c

component-native-bullet

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