MVN

com.github.vlsi.mxgraph : jgraphx

Maven & Gradle

Feb 11, 2021
7 usages
26 stars

jgraphx · JGraphX is a Java Swing diagramming (graph visualisation) library

<dependency>
    <groupId>com.github.vlsi.mxgraph</groupId>
    <artifactId>jgraphx</artifactId>
    <version>4.2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vlsi.mxgraph : jgraphx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.2.2

All Versions

Choose a version of com.github.vlsi.mxgraph : jgraphx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.2.x
jgraphx-4.2.2
jgraphx-4.2.1
jgraphx-4.2.0
4.1.x
jgraphx-4.1.1
jgraphx-4.1.0
4.0.x
jgraphx-4.0.6
jgraphx-4.0.5
jgraphx-4.0.0
3.9.x
jgraphx-3.9.12
jgraphx-3.9.11
jgraphx-3.9.10
jgraphx-3.9.9
jgraphx-3.9.8.1
jgraphx-3.9.8

How to add a dependency to Maven

Add the following com.github.vlsi.mxgraph : jgraphx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vlsi.mxgraph : jgraphx gradle dependency to your build.gradle file:

implementation 'com.github.vlsi.mxgraph:jgraphx:4.2.2'

Gradle Kotlin DSL: Add the following com.github.vlsi.mxgraph : jgraphx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vlsi.mxgraph:jgraphx:4.2.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vlsi.mxgraph : jgraphx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vlsi.mxgraph" % "jgraphx" % "4.2.2"

Advertisement