| License |
License |
|---|---|
| GroupId | GroupIdio.github.devlibx.jung |
| ArtifactId | ArtifactIdjung-io |
| Version | Version3.1 |
| Type | Typejar |
| Description |
DescriptionJUNG - I/O Support
IO support classes for JUNG
|
| Filename | Size |
|---|---|
| jung-io-3.1.pom | |
| jung-io-3.1.jar | 72 KB |
| jung-io-3.1-sources.jar | 48 KB |
| jung-io-3.1-javadoc.jar | 269 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.devlibx.jung/jung-io/ -->
<dependency>
<groupId>io.github.devlibx.jung</groupId>
<artifactId>jung-io</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.devlibx.jung/jung-io/
implementation 'io.github.devlibx.jung:jung-io:3.1'
// https://jarcasting.com/artifacts/io.github.devlibx.jung/jung-io/
implementation ("io.github.devlibx.jung:jung-io:3.1")
'io.github.devlibx.jung:jung-io:jar:3.1'
<dependency org="io.github.devlibx.jung" name="jung-io" rev="3.1">
<artifact name="jung-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.devlibx.jung', module='jung-io', version='3.1')
)
libraryDependencies += "io.github.devlibx.jung" % "jung-io" % "3.1"
[io.github.devlibx.jung/jung-io "3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.devlibx.jung : jung-api | jar | 3.1 |
| io.github.devlibx.jung : jung-algorithms | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.devlibx.jung : jung-graph-impl | jar | 3.1 |
| junit : junit | jar | 4.12 |