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