License |
License |
---|---|
GroupId | GroupIdcom.codingame.gameengine |
ArtifactId | ArtifactIdmodule-entities |
Version | Version4.1.2 |
Type | Typejar |
Description |
DescriptionCodinGame Game Engine Entity Manager Module
Entity Manager module for the CodinGame engine toolkit. Simplify the management of shapes and drawings.
|
Project URL |
Project URL |
Filename | Size |
---|---|
module-entities-4.1.2.pom | |
module-entities-4.1.2.jar | 67 KB |
module-entities-4.1.2-sources.jar | 50 KB |
module-entities-4.1.2-javadoc.jar | 197 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/module-entities/ -->
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>module-entities</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-entities/
implementation 'com.codingame.gameengine:module-entities:4.1.2'
// https://jarcasting.com/artifacts/com.codingame.gameengine/module-entities/
implementation ("com.codingame.gameengine:module-entities:4.1.2")
'com.codingame.gameengine:module-entities:jar:4.1.2'
<dependency org="com.codingame.gameengine" name="module-entities" rev="4.1.2">
<artifact name="module-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='module-entities', version='4.1.2')
)
libraryDependencies += "com.codingame.gameengine" % "module-entities" % "4.1.2"
[com.codingame.gameengine/module-entities "4.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.codingame.gameengine : core | jar | 4.1.2 |