MVN

com.github.monkeysintown : jgraphx

Maven & Gradle

Jul 28, 2015
3 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.3.1.1.tar.gz". The purpose of this redistribution is to make the library available to other Maven projects.

<dependency>
    <groupId>com.github.monkeysintown</groupId>
    <artifactId>jgraphx</artifactId>
    <version>3.3.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.1.1

All Versions

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

Version Vulnerabilities Updated
3.3.x
jgraphx-3.3.1.1
3.1.x
jgraphx-3.1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.monkeysintown</groupId>
    <artifactId>jgraphx</artifactId>
    <version>3.3.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.monkeysintown:jgraphx:3.3.1.1'

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

implementation("com.github.monkeysintown:jgraphx:3.3.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.monkeysintown" % "jgraphx" % "3.3.1.1"

Advertisement