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