GroupId | GroupIdcom.badlogicgames.gdx |
---|---|
ArtifactId | ArtifactIdgdx-bullet |
Version | Version1.5.4 |
Type | Typejar |
Filename | Size |
---|---|
gdx-bullet-1.5.4.pom | |
gdx-bullet-1.5.4.jar | 1 MB |
gdx-bullet-1.5.4-sources.jar | 1 MB |
gdx-bullet-1.5.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-bullet/ -->
<dependency>
<groupId>com.badlogicgames.gdx</groupId>
<artifactId>gdx-bullet</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-bullet/
implementation 'com.badlogicgames.gdx:gdx-bullet:1.5.4'
// https://jarcasting.com/artifacts/com.badlogicgames.gdx/gdx-bullet/
implementation ("com.badlogicgames.gdx:gdx-bullet:1.5.4")
'com.badlogicgames.gdx:gdx-bullet:jar:1.5.4'
<dependency org="com.badlogicgames.gdx" name="gdx-bullet" rev="1.5.4">
<artifact name="gdx-bullet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.badlogicgames.gdx', module='gdx-bullet', version='1.5.4')
)
libraryDependencies += "com.badlogicgames.gdx" % "gdx-bullet" % "1.5.4"
[com.badlogicgames.gdx/gdx-bullet "1.5.4"]