is not current version
Last Version 4.3.0

com.codingame:gameengine 3.4.5

Parent and Reactor Project of the CodinGame engine toolkit.

GroupId

GroupId

com.codingame
ArtifactId

ArtifactId

gameengine
Version

Version

3.4.5
Type

Type

pom

Download gameengine 3.4.5

Filename Size
gameengine-3.4.5.pom 3 KB
Browse

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