m

module-endscreen

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