is not current version
Last Version 1.3

com.github.tomnelson:jungrapht-visualization-parent 1.1

Jungrapht-visualization is a port of the Java Universal Network Graph (JUNG) visualization and sample code that uses JGrapht graph models and algorithms.

GroupId

GroupId

com.github.tomnelson
ArtifactId

ArtifactId

jungrapht-visualization-parent
Version

Version

1.1
Type

Type

pom

Download jungrapht-visualization-parent 1.1


<!-- https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/ -->
<dependency>
    <groupId>com.github.tomnelson</groupId>
    <artifactId>jungrapht-visualization-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/
implementation 'com.github.tomnelson:jungrapht-visualization-parent:1.1'
// https://jarcasting.com/artifacts/com.github.tomnelson/jungrapht-visualization-parent/
implementation ("com.github.tomnelson:jungrapht-visualization-parent:1.1")
'com.github.tomnelson:jungrapht-visualization-parent:pom:1.1'
<dependency org="com.github.tomnelson" name="jungrapht-visualization-parent" rev="1.1">
  <artifact name="jungrapht-visualization-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tomnelson', module='jungrapht-visualization-parent', version='1.1')
)
libraryDependencies += "com.github.tomnelson" % "jungrapht-visualization-parent" % "1.1"
[com.github.tomnelson/jungrapht-visualization-parent "1.1"]