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