m

module-endscreen

An end screen module for the CodinGame engine toolkit.
Files download
File Operation
module-endscreen-3.8.0.jar download
module-endscreen-3.8.0.pom download
module-endscreen-3.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.codingame.gameengine</groupId>
  <artifactId>module-endscreen</artifactId>
  <version>3.8.0</version>
</dependency>
Gradle Groovy
implementation 'com.codingame.gameengine:module-endscreen:3.8.0'
Gradle Kotlin
implementation("com.codingame.gameengine:module-endscreen:3.8.0")
Scala SBT
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "3.8.0"
Groovy Grape
@Grapes(
  @Grab(group='com.codingame.gameengine', module='module-endscreen', version='3.8.0')
)
Apache Ivy
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="3.8.0" />
Leiningen
[com.codingame.gameengine/module-endscreen "3.8.0"]
Apache Buildr
'com.codingame.gameengine:module-endscreen:jar:3.8.0'