is not current version
Last Version 3.4.1.3

org.tinyjee.jgraphx:jgraphx 2.0.0.1

JGraphX Swing Component - Java Graph Visualization Library This is a binary & source redistribution of the original, unmodified JGraphX library originating from: "http://downloads.jgraph.com/downloads/jgraphx/archive/jgraphx-2_0_0_1.zip". The purpose of this redistribution is to make the library available to other Maven projects.

Categories

Categories

JGraphX Business Logic Libraries Science
GroupId

GroupId

org.tinyjee.jgraphx
ArtifactId

ArtifactId

jgraphx
Version

Version

2.0.0.1
Type

Type

jar

Download jgraphx 2.0.0.1


<!-- https://jarcasting.com/artifacts/org.tinyjee.jgraphx/jgraphx/ -->
<dependency>
    <groupId>org.tinyjee.jgraphx</groupId>
    <artifactId>jgraphx</artifactId>
    <version>2.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinyjee.jgraphx/jgraphx/
implementation 'org.tinyjee.jgraphx:jgraphx:2.0.0.1'
// https://jarcasting.com/artifacts/org.tinyjee.jgraphx/jgraphx/
implementation ("org.tinyjee.jgraphx:jgraphx:2.0.0.1")
'org.tinyjee.jgraphx:jgraphx:jar:2.0.0.1'
<dependency org="org.tinyjee.jgraphx" name="jgraphx" rev="2.0.0.1">
  <artifact name="jgraphx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinyjee.jgraphx', module='jgraphx', version='2.0.0.1')
)
libraryDependencies += "org.tinyjee.jgraphx" % "jgraphx" % "2.0.0.1"
[org.tinyjee.jgraphx/jgraphx "2.0.0.1"]