License |
License |
---|---|
GroupId | GroupIdcom.codingame.gameengine |
ArtifactId | ArtifactIdmodule-endscreen |
Version | Version4.1.4 |
Type | Typejar |
Description |
DescriptionCodinGame Game Engine End Screen Module
An end screen module for the CodinGame engine toolkit.
|
Project URL |
Project URL |
Filename | Size |
---|---|
module-endscreen-4.1.4.pom | |
module-endscreen-4.1.4.jar | 6 KB |
module-endscreen-4.1.4-sources.jar | 6 KB |
module-endscreen-4.1.4-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.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation 'com.codingame.gameengine:module-endscreen:4.1.4'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-endscreen/
implementation ("com.codingame.gameengine:module-endscreen:4.1.4")
'com.codingame.gameengine:module-endscreen:jar:4.1.4'
<dependency org="com.codingame.gameengine" name="module-endscreen" rev="4.1.4">
<artifact name="module-endscreen" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-endscreen', version='4.1.4')
)
libraryDependencies += "com.codingame.gameengine" % "module-endscreen" % "4.1.4"
[com.codingame.gameengine/module-endscreen "4.1.4"]
Group / Artifact | Type | Version |
---|---|---|
com.codingame.gameengine : core | jar | 4.1.4 |