j

jung-graph-impl

Graph implementations for the JUNG project
Files download
File Operation
jung-graph-impl-2.1.1.jar download
jung-graph-impl-2.1.1.pom download
jung-graph-impl-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.jung</groupId>
  <artifactId>jung-graph-impl</artifactId>
  <version>2.1.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jung:jung-graph-impl:2.1.1'
Gradle Kotlin
implementation("net.sf.jung:jung-graph-impl:2.1.1")
Scala SBT
libraryDependencies += "net.sf.jung" % "jung-graph-impl" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jung', module='jung-graph-impl', version='2.1.1')
)
Apache Ivy
<dependency org="net.sf.jung" name="jung-graph-impl" rev="2.1.1" />
Leiningen
[net.sf.jung/jung-graph-impl "2.1.1"]
Apache Buildr
'net.sf.jung:jung-graph-impl:jar:2.1.1'