m

module-endscreen

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