https://github.com/vlsi/jgraphx-publish
Publish JGraphX to Maven Central
https://github.com/vlsi/jgraphx-publish
graph java jgraphx
Last synced: 9 months ago
JSON representation
Publish JGraphX to Maven Central
- Host: GitHub
- URL: https://github.com/vlsi/jgraphx-publish
- Owner: vlsi
- License: other
- Created: 2018-07-16T14:11:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-02-11T22:13:51.000Z (over 5 years ago)
- Last Synced: 2025-09-20T18:04:39.584Z (9 months ago)
- Topics: graph, java, jgraphx
- Language: Shell
- Homepage:
- Size: 72.3 KB
- Stars: 32
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
JGraphX package
---------------
[](https://travis-ci.com/vlsi/jgraphx-publish)
[](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