c

component-native-bullet

Bullet physics compiled code.
https://bitbucket.org/yildiz-engine-team/component-native-bullet
Files download
File Operation
component-native-bullet-2.86.1.3.jar download
component-native-bullet-2.86.1.3.pom download
component-native-bullet-2.86.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>component-native-bullet</artifactId>
  <version>2.86.1.3</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:component-native-bullet:2.86.1.3'
Gradle Kotlin
implementation("be.yildiz-games:component-native-bullet:2.86.1.3")
Scala SBT
libraryDependencies += "be.yildiz-games" % "component-native-bullet" % "2.86.1.3"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='component-native-bullet', version='2.86.1.3')
)
Apache Ivy
<dependency org="be.yildiz-games" name="component-native-bullet" rev="2.86.1.3" />
Leiningen
[be.yildiz-games/component-native-bullet "2.86.1.3"]
Apache Buildr
'be.yildiz-games:component-native-bullet:jar:2.86.1.3'