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