MVN

org.jmonkeyengine : jme3-android-native

Maven & Gradle

Jun 23, 2023
3.6k stars

jMonkeyEngine · jMonkeyEngine is a 3-D game engine for adventurous Java developers

<dependency>
    <groupId>org.jmonkeyengine</groupId>
    <artifactId>jme3-android-native</artifactId>
    <version>3.6.1-stable</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jmonkeyengine : jme3-android-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.1-stable
  • Latest Beta: 3.6.0-beta3
  • Latest Alpha: 3.6.0-alpha3

All Versions

Choose a version of org.jmonkeyengine : jme3-android-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
jme3-android-native-3.6.1-stable
jme3-android-native-3.6.0-stable
jme3-android-native-3.6.0-beta3
jme3-android-native-3.6.0-beta2
jme3-android-native-3.6.0-beta1
jme3-android-native-3.6.0-alpha3
jme3-android-native-3.6.0-alpha2
jme3-android-native-3.6.0-alpha1
3.5.x
jme3-android-native-3.5.2-stable
jme3-android-native-3.5.1-stable
jme3-android-native-3.5.0-stable
jme3-android-native-3.5.0-beta9
jme3-android-native-3.5.0-beta7
jme3-android-native-3.5.0-beta6
jme3-android-native-3.5.0-beta5
jme3-android-native-3.5.0-beta4
jme3-android-native-3.5.0-alpha1
3.4.x
jme3-android-native-3.4.1-stable
jme3-android-native-3.4.0-stable
jme3-android-native-3.4.0-beta4
jme3-android-native-3.4.0-beta3
jme3-android-native-3.4.0-beta2
jme3-android-native-3.4.0-beta1
jme3-android-native-3.4.0-alpha7
jme3-android-native-3.4.0-alpha6
jme3-android-native-3.4.0-alpha4
jme3-android-native-3.4.0-alpha3
3.3.x
jme3-android-native-3.3.2-stable
jme3-android-native-3.3.0-alpha1
jme3-android-native-3.3.0-alpha2
jme3-android-native-3.3.0-alpha5
jme3-android-native-3.3.0-beta1
jme3-android-native-3.3.0-beta2
jme3-android-native-3.3.0-stable
3.2.x
jme3-android-native-3.2.4-stable
jme3-android-native-3.2.3-stable
jme3-android-native-3.2.2-beta1
jme3-android-native-3.2.2-stable
3.1.x
jme3-android-native-3.1.0-alpha3
jme3-android-native-3.1.0-alpha2
jme3-android-native-3.1.0-alpha4
jme3-android-native-3.1.0-alpha5
jme3-android-native-3.1.0-beta1
jme3-android-native-3.1.0-beta2
jme3-android-native-3.1.0-beta3
jme3-android-native-3.1.0-beta4
jme3-android-native-3.1.0-stable

How to add a dependency to Maven

Add the following org.jmonkeyengine : jme3-android-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jmonkeyengine</groupId>
    <artifactId>jme3-android-native</artifactId>
    <version>3.6.1-stable</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jmonkeyengine : jme3-android-native gradle dependency to your build.gradle file:

implementation 'org.jmonkeyengine:jme3-android-native:3.6.1-stable'

Gradle Kotlin DSL: Add the following org.jmonkeyengine : jme3-android-native gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jmonkeyengine:jme3-android-native:3.6.1-stable")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jmonkeyengine : jme3-android-native sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jmonkeyengine" % "jme3-android-native" % "3.6.1-stable"

Advertisement