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