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.1.5.jar download
core-4.1.5.pom download
core-4.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>core</artifactId>
  <version>4.1.5</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:core:4.1.5'
Gradle Kotlin
implementation("com.codingame.gameengine:core:4.1.5")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "core" % "4.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='core', version='4.1.5')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="core" rev="4.1.5" />
Leiningen
[com.codingame.gameengine/core "4.1.5"]
Apache Buildr
'com.codingame.gameengine:core:jar:4.1.5'