License |
License
GNU LGPL 2.1
|
---|---|
GroupId | GroupIdorg.j3d |
ArtifactId | ArtifactIdj3d-core |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA set of Java-based software libraries for 3D graphics rendering
|
Filename | Size |
---|---|
j3d-core-3.0.1.pom | |
j3d-core-3.0.1.jar | 121 KB |
j3d-core-3.0.1-sources.jar | 133 KB |
j3d-core-3.0.1-javadoc.jar | 359 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.j3d/j3d-core/ -->
<dependency>
<groupId>org.j3d</groupId>
<artifactId>j3d-core</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.j3d/j3d-core/
implementation 'org.j3d:j3d-core:3.0.1'
// https://jarcasting.com/artifacts/org.j3d/j3d-core/
implementation ("org.j3d:j3d-core:3.0.1")
'org.j3d:j3d-core:jar:3.0.1'
<dependency org="org.j3d" name="j3d-core" rev="3.0.1">
<artifact name="j3d-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.j3d', module='j3d-core', version='3.0.1')
)
libraryDependencies += "org.j3d" % "j3d-core" % "3.0.1"
[org.j3d/j3d-core "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.9.5 |
org.testng : testng | jar | 6.8.8 |