Ardor3D
Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.
License |
License |
---|---|
GroupId | GroupIdcom.ardor3d |
ArtifactId | ArtifactIdardor3d |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionArdor 3D
A free, open source 3D graphics engine written in Java
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ardor3d-1.0.0.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ardor3d/ardor3d/ -->
<dependency>
<groupId>com.ardor3d</groupId>
<artifactId>ardor3d</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ardor3d/ardor3d/
implementation 'com.ardor3d:ardor3d:1.0.0'
// https://jarcasting.com/artifacts/com.ardor3d/ardor3d/
implementation ("com.ardor3d:ardor3d:1.0.0")
'com.ardor3d:ardor3d:pom:1.0.0'
<dependency org="com.ardor3d" name="ardor3d" rev="1.0.0">
<artifact name="ardor3d" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ardor3d', module='ardor3d', version='1.0.0')
)
libraryDependencies += "com.ardor3d" % "ardor3d" % "1.0.0"
[com.ardor3d/ardor3d "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
org.easymock : easymockclassextension | jar | 2.4 |
Ardor3D is a free Java based, professionally oriented, open source 3D graphics engine.