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