is not current version
Last Version 4.3.0

com.codingame.gameengine:core 3.15.4

Core Project of the CodinGame engine toolkit. Core components to create a game and communicate with the view.

GroupId

GroupId

com.codingame.gameengine
ArtifactId

ArtifactId

core
Version

Version

3.15.4
Type

Type

jar

Download core 3.15.4


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