j

jung-graph-impl

Graph implementations for the jung2 project
http://jung.sourceforge.net/site/jung-graph-impl
文件下载
文件名 操作
jung-graph-impl-2.0.1.jar 下载
jung-graph-impl-2.0.1.pom 下载
jung-graph-impl-2.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.jung</groupId>
  <artifactId>jung-graph-impl</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.sf.jung:jung-graph-impl:2.0.1'
Gradle Kotlin
implementation("net.sf.jung:jung-graph-impl:2.0.1")
Scala SBT
libraryDependencies += "net.sf.jung" % "jung-graph-impl" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.jung', module='jung-graph-impl', version='2.0.1')
)
Apache Ivy
<dependency org="net.sf.jung" name="jung-graph-impl" rev="2.0.1" />
Leiningen
[net.sf.jung/jung-graph-impl "2.0.1"]
Apache Buildr
'net.sf.jung:jung-graph-impl:jar:2.0.1'