<dependency> <groupId>net.sf.jung</groupId> <artifactId>jung-io</artifactId> <version>2.1.1</version> </dependency>
implementation 'net.sf.jung:jung-io:2.1.1'
implementation("net.sf.jung:jung-io:2.1.1")
libraryDependencies += "net.sf.jung" % "jung-io" % "2.1.1"
@Grapes( @Grab(group='net.sf.jung', module='jung-io', version='2.1.1') )
<dependency org="net.sf.jung" name="jung-io" rev="2.1.1" />
[net.sf.jung/jung-io "2.1.1"]
'net.sf.jung:jung-io:jar:2.1.1'
<parent> <groupId>net.sf.jung</groupId> <artifactId>jung-parent</artifactId> <version>2.1.1</version> </parent>
compile
|-- net.sf.jung:jung-api
|-- net.sf.jung:jung-algorithms
test
|-- net.sf.jung:jung-graph-impl
|-- junit:junit