Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.jung |
ArtifactId | ArtifactIdjung-3d |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
jung-3d-2.0.pom | |
jung-3d-2.0.jar | 71 KB |
jung-3d-2.0-sources.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jung/jung-3d/ -->
<dependency>
<groupId>net.sf.jung</groupId>
<artifactId>jung-3d</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jung/jung-3d/
implementation 'net.sf.jung:jung-3d:2.0'
// https://jarcasting.com/artifacts/net.sf.jung/jung-3d/
implementation ("net.sf.jung:jung-3d:2.0")
'net.sf.jung:jung-3d:jar:2.0'
<dependency org="net.sf.jung" name="jung-3d" rev="2.0">
<artifact name="jung-3d" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jung', module='jung-3d', version='2.0')
)
libraryDependencies += "net.sf.jung" % "jung-3d" % "2.0"
[net.sf.jung/jung-3d "2.0"]