MVN

org.tinyjee.jgraphx : jgraphx

Maven & Gradle

Jan 26, 2016
31 usages
647 stars

JGraph X · 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.4.1.3.zip". The purpose of this redistribution is to make the library available to other Maven projects.

<dependency>
    <groupId>org.tinyjee.jgraphx</groupId>
    <artifactId>jgraphx</artifactId>
    <version>3.4.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tinyjee.jgraphx : jgraphx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.1.3

All Versions

Choose a version of org.tinyjee.jgraphx : jgraphx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.4.x
jgraphx-3.4.1.3
2.3.x
jgraphx-2.3.0.5
2.0.x
jgraphx-2.0.0.1
1.13.x
jgraphx-1.13.0.0
1.10.x
jgraphx-1.10.4.1
jgraphx-1.10.3.2
jgraphx-1.10.1.4
jgraphx-1.10.1.3

How to add a dependency to Maven

Add the following org.tinyjee.jgraphx : jgraphx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.tinyjee.jgraphx</groupId>
    <artifactId>jgraphx</artifactId>
    <version>3.4.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.tinyjee.jgraphx : jgraphx gradle dependency to your build.gradle file:

implementation 'org.tinyjee.jgraphx:jgraphx:3.4.1.3'

Gradle Kotlin DSL: Add the following org.tinyjee.jgraphx : jgraphx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.tinyjee.jgraphx:jgraphx:3.4.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.tinyjee.jgraphx : jgraphx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.tinyjee.jgraphx" % "jgraphx" % "3.4.1.3"

Advertisement