License |
License |
---|---|
GroupId | GroupIdcom.codingame |
ArtifactId | ArtifactIdgameengine |
Version | Version4.3.0 |
Type | Typepom |
Description |
DescriptionCodinGame Game Engine
Parent and Reactor Project of the CodinGame engine toolkit.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
gameengine-4.3.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame/gameengine/ -->
<dependency>
<groupId>com.codingame</groupId>
<artifactId>gameengine</artifactId>
<version>4.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation 'com.codingame:gameengine:4.3.0'
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation ("com.codingame:gameengine:4.3.0")
'com.codingame:gameengine:pom:4.3.0'
<dependency org="com.codingame" name="gameengine" rev="4.3.0">
<artifact name="gameengine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame', module='gameengine', version='4.3.0')
)
libraryDependencies += "com.codingame" % "gameengine" % "4.3.0"
[com.codingame/gameengine "4.3.0"]