j

jung-api

Graph interfaces used by the jung2 project
http://jung.sourceforge.net/site/jung-api
Files download
File Operation
jung-api-2.0.1.jar download
jung-api-2.0.1.pom download
jung-api-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jung</groupId>
  <artifactId>jung-api</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jung:jung-api:2.0.1'
Gradle Kotlin
implementation("net.sf.jung:jung-api:2.0.1")
Scala SBT
libraryDependencies += "net.sf.jung" % "jung-api" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jung', module='jung-api', version='2.0.1')
)
Apache Ivy
<dependency org="net.sf.jung" name="jung-api" rev="2.0.1" />
Leiningen
[net.sf.jung/jung-api "2.0.1"]
Apache Buildr
'net.sf.jung:jung-api:jar:2.0.1'