is not current version
Last Version 4.3.0

com.codingame.gameengine:module-endscreen 3.10.1

An end screen module for the CodinGame engine toolkit.

GroupId

GroupId

com.codingame.gameengine
ArtifactId

ArtifactId

module-endscreen
Version

Version

3.10.1
Type

Type

jar

Download module-endscreen 3.10.1


<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/ -->
<dependency>
    <groupId>com.codingame.gameengine</groupId>
    <artifactId>module-endscreen</artifactId>
    <version>3.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation 'com.codingame.gameengine:module-endscreen:3.10.1'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation ("com.codingame.gameengine:module-endscreen:3.10.1")
'com.codingame.gameengine:module-endscreen:jar:3.10.1'
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="3.10.1">
  <artifact name="module-endscreen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-endscreen', version='3.10.1')
)
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "3.10.1"
[com.codingame.gameengine/module-endscreen "3.10.1"]