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