Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdorg.decembrist |
ArtifactId | ArtifactIdphaser3-kotlin-wrapper |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
phaser3-kotlin-wrapper-0.1.7.pom | |
phaser3-kotlin-wrapper-0.1.7.jar | 264 KB |
phaser3-kotlin-wrapper-0.1.7-sources.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.decembrist/phaser3-kotlin-wrapper/ -->
<dependency>
<groupId>org.decembrist</groupId>
<artifactId>phaser3-kotlin-wrapper</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.decembrist/phaser3-kotlin-wrapper/
implementation 'org.decembrist:phaser3-kotlin-wrapper:0.1.7'
// https://jarcasting.com/artifacts/org.decembrist/phaser3-kotlin-wrapper/
implementation ("org.decembrist:phaser3-kotlin-wrapper:0.1.7")
'org.decembrist:phaser3-kotlin-wrapper:jar:0.1.7'
<dependency org="org.decembrist" name="phaser3-kotlin-wrapper" rev="0.1.7">
<artifact name="phaser3-kotlin-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.decembrist', module='phaser3-kotlin-wrapper', version='0.1.7')
)
libraryDependencies += "org.decembrist" % "phaser3-kotlin-wrapper" % "0.1.7"
[org.decembrist/phaser3-kotlin-wrapper "0.1.7"]