License |
License |
---|---|
GroupId | GroupIdcom.harium.gdx |
ArtifactId | ArtifactIdscene3d |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScene3d
Gdx library to display scene2d in a 3d environment
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
scene3d-0.0.3.pom | |
scene3d-0.0.3.jar | 9 KB |
scene3d-0.0.3-sources.jar | 3 KB |
scene3d-0.0.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.harium.gdx/scene3d/ -->
<dependency>
<groupId>com.harium.gdx</groupId>
<artifactId>scene3d</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.harium.gdx/scene3d/
implementation 'com.harium.gdx:scene3d:0.0.3'
// https://jarcasting.com/artifacts/com.harium.gdx/scene3d/
implementation ("com.harium.gdx:scene3d:0.0.3")
'com.harium.gdx:scene3d:jar:0.0.3'
<dependency org="com.harium.gdx" name="scene3d" rev="0.0.3">
<artifact name="scene3d" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.harium.gdx', module='scene3d', version='0.0.3')
)
libraryDependencies += "com.harium.gdx" % "scene3d" % "0.0.3"
[com.harium.gdx/scene3d "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx | jar | 1.10.0 |
Group / Artifact | Type | Version |
---|---|---|
com.badlogicgames.gdx : gdx-backend-lwjgl3 | jar | 1.10.0 |
com.badlogicgames.gdx : gdx-platform | jar | 1.10.0 |
junit : junit | jar | 4.13.2 |
org.mockito : mockito-all | jar | 1.10.19 |