g

gdx-bullet-platform

Android/Desktop/iOS/HTML5 game development framework
https://github.com/libgdx/libgdx
The Apache Software License, Version 2.0
Files download
File Operation
gdx-bullet-platform-1.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.badlogicgames.gdx</groupId>
  <artifactId>gdx-bullet-platform</artifactId>
  <version>1.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.badlogicgames.gdx:gdx-bullet-platform:1.11.0'
Gradle Kotlin
implementation("com.badlogicgames.gdx:gdx-bullet-platform:1.11.0")
Scala SBT
libraryDependencies += "com.badlogicgames.gdx" % "gdx-bullet-platform" % "1.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.badlogicgames.gdx', module='gdx-bullet-platform', version='1.11.0')
)
Apache Ivy
<dependency org="com.badlogicgames.gdx" name="gdx-bullet-platform" rev="1.11.0" />
Leiningen
[com.badlogicgames.gdx/gdx-bullet-platform "1.11.0"]
Apache Buildr
'com.badlogicgames.gdx:gdx-bullet-platform:jar:1.11.0'
Dependencies
The project has no third-party dependencies