g

gameengine

Parent and Reactor Project of the CodinGame engine toolkit.
https://www.codingame.com
MIT License
The CodinGame Team
Files download
File Operation
gameengine-4.1.4.pom download
Apache Maven
<dependency>
  <groupId>com.codingame</groupId>
  <artifactId>gameengine</artifactId>
  <version>4.1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.codingame:gameengine:4.1.4'
Gradle Kotlin
implementation("com.codingame:gameengine:4.1.4")
Scala SBT
libraryDependencies += "com.codingame" % "gameengine" % "4.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame', module='gameengine', version='4.1.4')
)
Apache Ivy
<dependency org="com.codingame" name="gameengine" rev="4.1.4" />
Leiningen
[com.codingame/gameengine "4.1.4"]
Apache Buildr
'com.codingame:gameengine:jar:4.1.4'
Dependencies
The project has no third-party dependencies