License |
License |
---|---|
GroupId | GroupIdorg.ode4j |
ArtifactId | ArtifactIddemo |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionJava 3D Physics Engine and Library.
|
Filename | Size |
---|---|
demo-0.4.0.pom | |
demo-0.4.0.jar | 1 MB |
demo-0.4.0-sources.jar | 415 KB |
demo-0.4.0-javadoc.jar | 198 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ode4j/demo/ -->
<dependency>
<groupId>org.ode4j</groupId>
<artifactId>demo</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ode4j/demo/
implementation 'org.ode4j:demo:0.4.0'
// https://jarcasting.com/artifacts/org.ode4j/demo/
implementation ("org.ode4j:demo:0.4.0")
'org.ode4j:demo:jar:0.4.0'
<dependency org="org.ode4j" name="demo" rev="0.4.0">
<artifact name="demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ode4j', module='demo', version='0.4.0')
)
libraryDependencies += "org.ode4j" % "demo" % "0.4.0"
[org.ode4j/demo "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.ode4j : core | jar | 0.4.0 |
org.lwjgl.lwjgl : lwjgl_util | jar | 2.9.3 |
org.slf4j : slf4j-api | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |