j

jung-algorithms

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