MVN

com.github.hoboris.scenes : scene3d

Maven & Gradle

Oct 19, 2018
3 stars

Scene3D · A standalone Scene3D graph for libGDX. Consisting of Actor3D and Action3D which can be used on a Stage3D very similar to Scene2D

<dependency>
    <groupId>com.github.hoboris.scenes</groupId>
    <artifactId>scene3d</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hoboris.scenes : scene3d to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.github.hoboris.scenes : scene3d to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
scene3d-1.0.0

How to add a dependency to Maven

Add the following com.github.hoboris.scenes : scene3d maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hoboris.scenes</groupId>
    <artifactId>scene3d</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hoboris.scenes : scene3d gradle dependency to your build.gradle file:

implementation 'com.github.hoboris.scenes:scene3d:1.0.0'

Gradle Kotlin DSL: Add the following com.github.hoboris.scenes : scene3d gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hoboris.scenes:scene3d:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hoboris.scenes : scene3d sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hoboris.scenes" % "scene3d" % "1.0.0"

Advertisement