Download jgraphx-3.1.2.1.jar file - Jar j

Jar examples for j:jgraphx

Description

JGraphX Swing Component - Java Graph Visualization Library This is a binary & source redistribution of the original, unmodified JGraphX library originating from: "https://github.com/jgraph/jgraphx/archive/v3.1.2.1.tar.gz". The purpose of this redistribution is to make the library available to other Maven projects.

You can download jar file jgraphx 3.1.2.1 in this page.

License

JGraph Ltd - 3 clause BSD license

Build File

You can use the following script to add jgraphx-3.1.2.1.jar to your project.

<dependency>
   <groupId>com.github.monkeysintown</groupId>
   <artifactId>jgraphx</artifactId>
   <version>3.1.2.1</version>
</dependency>
compile group: 'com.github.monkeysintown', name: 'jgraphx', version: '3.1.2.1'
libraryDependencies += "com.github.monkeysintown" % "jgraphx" % "3.1.2.1"
<dependency org="com.github.monkeysintown" name="jgraphx" rev="3.1.2.1"/>
@Grapes(@Grab(group='com.github.monkeysintown', module='jgraphx', version='3.1.2.1'))
'com.github.monkeysintown:jgraphx:jar:3.1.2.1'

Download

Click the following link to download the jar file.

jgraphx-3.1.2.1-javadoc.jar
jgraphx-3.1.2.1-sources.jar
jgraphx-3.1.2.1.jar
jgraphx-3.1.2.1.pom



Related Tutorials