c

core

Core Project of the CodinGame engine toolkit. Core components to create a game and communicate with the view.
Files download
File Operation
core-4.2.1.jar download
core-4.2.1.pom download
core-4.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>core</artifactId>
  <version>4.2.1</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:core:4.2.1'
Gradle Kotlin
implementation("com.codingame.gameengine:core:4.2.1")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "core" % "4.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='core', version='4.2.1')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="core" rev="4.2.1" />
Leiningen
[com.codingame.gameengine/core "4.2.1"]
Apache Buildr
'com.codingame.gameengine:core:jar:4.2.1'