MVN

us.ihmc : jme3-core

Maven & Gradle

May 11, 2021
20 usages
<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>jme3-core</artifactId>
    <version>3.2.0-171209</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of us.ihmc : jme3-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.0-171209

All Versions

Choose a version of us.ihmc : jme3-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • jme3-core-3.2.0-171209

    May 10, 2021
  • jme3-core-3.2.0-171208

    May 10, 2021

How to add a dependency to Maven

Add the following us.ihmc : jme3-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>jme3-core</artifactId>
    <version>3.2.0-171209</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following us.ihmc : jme3-core gradle dependency to your build.gradle file:

implementation 'us.ihmc:jme3-core:3.2.0-171209'

Gradle Kotlin DSL: Add the following us.ihmc : jme3-core gradle kotlin dependency to your build.gradle.kts file:

implementation("us.ihmc:jme3-core:3.2.0-171209")

How to add a dependency to SBT Scala

SBT Scala: Add the following us.ihmc : jme3-core sbt scala dependency to your build.sbt file:

libraryDependencies += "us.ihmc" % "jme3-core" % "3.2.0-171209"