GroupId | GroupIdbe.yildiz-games |
---|---|
ArtifactId | ArtifactIdmodule-physics-bullet |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/be.yildiz-games/module-physics-bullet/ -->
<dependency>
<groupId>be.yildiz-games</groupId>
<artifactId>module-physics-bullet</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/be.yildiz-games/module-physics-bullet/
implementation 'be.yildiz-games:module-physics-bullet:1.0.2'
// https://jarcasting.com/artifacts/be.yildiz-games/module-physics-bullet/
implementation ("be.yildiz-games:module-physics-bullet:1.0.2")
'be.yildiz-games:module-physics-bullet:jar:1.0.2'
<dependency org="be.yildiz-games" name="module-physics-bullet" rev="1.0.2">
<artifact name="module-physics-bullet" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.yildiz-games', module='module-physics-bullet', version='1.0.2')
)
libraryDependencies += "be.yildiz-games" % "module-physics-bullet" % "1.0.2"
[be.yildiz-games/module-physics-bullet "1.0.2"]