is not current version
Last Version 2.1.1

net.sf.jung:jung-io 2.0

IO support classes for jung2

Categories

Categories

Net
GroupId

GroupId

net.sf.jung
ArtifactId

ArtifactId

jung-io
Version

Version

2.0
Type

Type

jar

Download jung-io 2.0


<!-- https://jarcasting.com/artifacts/net.sf.jung/jung-io/ -->
<dependency>
    <groupId>net.sf.jung</groupId>
    <artifactId>jung-io</artifactId>
    <version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation 'net.sf.jung:jung-io:2.0'
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation ("net.sf.jung:jung-io:2.0")
'net.sf.jung:jung-io:jar:2.0'
<dependency org="net.sf.jung" name="jung-io" rev="2.0">
  <artifact name="jung-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jung', module='jung-io', version='2.0')
)
libraryDependencies += "net.sf.jung" % "jung-io" % "2.0"
[net.sf.jung/jung-io "2.0"]