<dependency> <groupId>net.sf.jung</groupId> <artifactId>jung-io</artifactId> <version>2.0.1</version> </dependency>
implementation 'net.sf.jung:jung-io:2.0.1'
implementation("net.sf.jung:jung-io:2.0.1")
libraryDependencies += "net.sf.jung" % "jung-io" % "2.0.1"
@Grapes( @Grab(group='net.sf.jung', module='jung-io', version='2.0.1') )
<dependency org="net.sf.jung" name="jung-io" rev="2.0.1" />
[net.sf.jung/jung-io "2.0.1"]
'net.sf.jung:jung-io:jar:2.0.1'
<parent> <groupId>net.sf.jung</groupId> <artifactId>jung2</artifactId> <version>2.0.1</version> </parent>
compile
|-- net.sf.jung:jung-api
|-- net.sf.jung:jung-algorithms
|-- colt:colt:1.2.0
|-- net.sourceforge.collections:collections-generic:4.01
|-- org.codehaus.woodstox:wstx-asl:3.2.6
test
|-- junit:junit:4.4
|-- net.sf.jung:jung-graph-impl