GroupId | GroupIdus.ihmc |
---|---|
ArtifactId | ArtifactIdjme3-bullet |
Version | Version3.2.0-171208 |
Type | Typepom |
Filename | Size |
---|---|
jme3-bullet-3.2.0-171208.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/us.ihmc/jme3-bullet/ -->
<dependency>
<groupId>us.ihmc</groupId>
<artifactId>jme3-bullet</artifactId>
<version>3.2.0-171208</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.ihmc/jme3-bullet/
implementation 'us.ihmc:jme3-bullet:3.2.0-171208'
// https://jarcasting.com/artifacts/us.ihmc/jme3-bullet/
implementation ("us.ihmc:jme3-bullet:3.2.0-171208")
'us.ihmc:jme3-bullet:pom:3.2.0-171208'
<dependency org="us.ihmc" name="jme3-bullet" rev="3.2.0-171208">
<artifact name="jme3-bullet" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.ihmc', module='jme3-bullet', version='3.2.0-171208')
)
libraryDependencies += "us.ihmc" % "jme3-bullet" % "3.2.0-171208"
[us.ihmc/jme3-bullet "3.2.0-171208"]