m

module-endscreen

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