License |
License |
---|---|
GroupId | GroupIdcom.codingame |
ArtifactId | ArtifactIdgameengine |
Version | Version4.1.4 |
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.1.4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame/gameengine/ -->
<dependency>
<groupId>com.codingame</groupId>
<artifactId>gameengine</artifactId>
<version>4.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation 'com.codingame:gameengine:4.1.4'
// https://jarcasting.com/artifacts/com.codingame/gameengine/
implementation ("com.codingame:gameengine:4.1.4")
'com.codingame:gameengine:pom:4.1.4'
<dependency org="com.codingame" name="gameengine" rev="4.1.4">
<artifact name="gameengine" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame', module='gameengine', version='4.1.4')
)
libraryDependencies += "com.codingame" % "gameengine" % "4.1.4"
[com.codingame/gameengine "4.1.4"]