is not current version
Last Version 2.1.1

net.sf.jung:jung-api 2.0.1

Graph interfaces used by the jung2 project

Categories

Categories

Net
GroupId

GroupId

net.sf.jung
ArtifactId

ArtifactId

jung-api
Version

Version

2.0.1
Type

Type

jar

Download jung-api 2.0.1


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