GroupId | GroupIdcom.codingame.gameengine |
---|---|
ArtifactId | ArtifactIdmodule-endscreen |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
module-endscreen-4.0.1.pom | |
module-endscreen-4.0.1.jar | 6 KB |
module-endscreen-4.0.1-sources.jar | 6 KB |
module-endscreen-4.0.1-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>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation 'com.codingame.gameengine:module-endscreen:4.0.1'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation ("com.codingame.gameengine:module-endscreen:4.0.1")
'com.codingame.gameengine:module-endscreen:jar:4.0.1'
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="4.0.1">
<artifact name="module-endscreen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-endscreen', version='4.0.1')
)
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "4.0.1"
[com.codingame.gameengine/module-endscreen "4.0.1"]