is not current version
Last Version 3.0.1

org.j3d:j3d-core 3.0.0


GroupId

GroupId

org.j3d
ArtifactId

ArtifactId

j3d-core
Version

Version

3.0.0
Type

Type

jar

Download j3d-core 3.0.0


<!-- https://jarcasting.com/artifacts/org.j3d/j3d-core/ -->
<dependency>
    <groupId>org.j3d</groupId>
    <artifactId>j3d-core</artifactId>
    <version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.j3d/j3d-core/
implementation 'org.j3d:j3d-core:3.0.0'
// https://jarcasting.com/artifacts/org.j3d/j3d-core/
implementation ("org.j3d:j3d-core:3.0.0")
'org.j3d:j3d-core:jar:3.0.0'
<dependency org="org.j3d" name="j3d-core" rev="3.0.0">
  <artifact name="j3d-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.j3d', module='j3d-core', version='3.0.0')
)
libraryDependencies += "org.j3d" % "j3d-core" % "3.0.0"
[org.j3d/j3d-core "3.0.0"]