is not current version
Last Version 4.3.0

com.codingame:gameengine 1.3


GroupId

GroupId

com.codingame
ArtifactId

ArtifactId

gameengine
Version

Version

1.3
Type

Type

pom

Download gameengine 1.3

Filename Size
gameengine-1.3.pom 721 bytes
Browse

<!-- https://jarcasting.com/artifacts/com.codingame/gameengine/ -->
<dependency>
    <groupId>com.codingame</groupId>
    <artifactId>gameengine</artifactId>
    <version>1.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation 'com.codingame:gameengine:1.3'
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation ("com.codingame:gameengine:1.3")
'com.codingame:gameengine:pom:1.3'
<dependency org="com.codingame" name="gameengine" rev="1.3">
  <artifact name="gameengine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame', module='gameengine', version='1.3')
)
libraryDependencies += "com.codingame" % "gameengine" % "1.3"
[com.codingame/gameengine "1.3"]