| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.jung |
| ArtifactId | ArtifactIdjung-io |
| Version | Version2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jung-io-2.1.pom | |
| jung-io-2.1.jar | 77 KB |
| jung-io-2.1-sources.jar | 53 KB |
| jung-io-2.1-site.jar | 382 KB |
| jung-io-2.1-javadoc.jar | 294 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jung/jung-io/ -->
<dependency>
<groupId>net.sf.jung</groupId>
<artifactId>jung-io</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation 'net.sf.jung:jung-io:2.1'
// https://jarcasting.com/artifacts/net.sf.jung/jung-io/
implementation ("net.sf.jung:jung-io:2.1")
'net.sf.jung:jung-io:jar:2.1'
<dependency org="net.sf.jung" name="jung-io" rev="2.1">
<artifact name="jung-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jung', module='jung-io', version='2.1')
)
libraryDependencies += "net.sf.jung" % "jung-io" % "2.1"
[net.sf.jung/jung-io "2.1"]