is not current version
Last Version 3.1

io.github.devlibx.jung:jung-algorithms 3.0

Algorithms for the JUNG project

GroupId

GroupId

io.github.devlibx.jung
ArtifactId

ArtifactId

jung-algorithms
Version

Version

3.0
Type

Type

jar

Download jung-algorithms 3.0


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