vlsi / jgraphx-publish

Publish JGraphX to Maven Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JGraphX package

Build Status Javadocs

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, 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

<dependency>
    <groupId>com.github.vlsi.mxgraph</groupId>
    <artifactId>jgraphx</artifactId>
    <version>4.2.2</version>
</dependency>

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 sitnikov.vladimir@gmail.com

About

Publish JGraphX to Maven Central

License:Other


Languages

Language:Shell 100.0%