| GroupId | GroupIdio.github.devlibx.jung |
|---|---|
| ArtifactId | ArtifactIdjung-algorithms |
| Version | Version3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jung-algorithms-3.0.pom | |
| jung-algorithms-3.0.jar | 209 KB |
| jung-algorithms-3.0-sources.jar | 159 KB |
| jung-algorithms-3.0-javadoc.jar | 732 KB |
| Browse |
<!-- 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"]