GroupId | GroupIdcom.codingame.gameengine |
---|---|
ArtifactId | ArtifactIdmodule-endscreen |
Version | Version3.15.3 |
Type | Typejar |
Filename | Size |
---|---|
module-endscreen-3.15.3.pom | |
module-endscreen-3.15.3.jar | 6 KB |
module-endscreen-3.15.3-sources.jar | 6 KB |
module-endscreen-3.15.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/ -->
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>module-endscreen</artifactId>
<version>3.15.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation 'com.codingame.gameengine:module-endscreen:3.15.3'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation ("com.codingame.gameengine:module-endscreen:3.15.3")
'com.codingame.gameengine:module-endscreen:jar:3.15.3'
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="3.15.3">
<artifact name="module-endscreen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-endscreen', version='3.15.3')
)
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "3.15.3"
[com.codingame.gameengine/module-endscreen "3.15.3"]