is not current version
Last Version 4.3.0

com.codingame:gameengine 2.4

Parent and Reactor Project of the CodinGame engine toolkit.

GroupId

GroupId

com.codingame
ArtifactId

ArtifactId

gameengine
Version

Version

2.4
Type

Type

pom

Download gameengine 2.4

Filename Size
gameengine-2.4.pom 2 KB
Browse

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