Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vlsi/jgraphx-publish

Publish JGraphX to Maven Central
https://github.com/vlsi/jgraphx-publish

graph java jgraphx

Last synced: 2 days ago
JSON representation

Publish JGraphX to Maven Central

Awesome Lists containing this project

README

        

JGraphX package
---------------
[![Build Status](https://travis-ci.com/vlsi/jgraphx-publish.svg?branch=master)](https://travis-ci.com/vlsi/jgraphx-publish)
[![Javadocs](http://javadoc.io/badge/com.github.vlsi.mxgraph/jgraphx.svg)](http://javadoc.io/doc/com.github.vlsi.mxgraph/jgraphx)

JGraphX is a Java Swing diagramming (graph visualisation) library licensed under the BSD license (see https://github.com/jgraph/jgraphx)

Unfortunately JGraphX is [not available at Maven Central](https://github.com/jgraph/jgraphx/issues/28),
and this project solves that.

Value added by `jgraph-publish`:
* jar, javadoc, and sources are published to Maven Central
* Gradle build (the code imports in IDEA automatically)
* OSGI manifest entries
* Automatic-Module-Name

Usage
-----

```xml

com.github.vlsi.mxgraph
jgraphx
4.2.2

```

Documentation
-------------

Javadoc:
Manual: https://jgraph.github.io/mxgraph/docs/manual_javavis.html
Examples: https://github.com/jgraph/jgraphx/tree/master/examples/com/mxgraph/examples/swing

License
-------

BSD

Author
------

JGraphX: JGraph Ltd

Packaging: Vladimir Sitnikov