License |
License |
---|---|
GroupId | GroupIdcom.codingame.gameengine |
ArtifactId | ArtifactIdparent |
Version | Version1.3 |
Type | Typepom |
Description |
DescriptionCodinGame Game Engine Parent
CodinGame Game Engine toolkit to create new Community Games
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-1.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.codingame.gameengine/parent/ -->
<dependency>
<groupId>com.codingame.gameengine</groupId>
<artifactId>parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.codingame.gameengine/parent/
implementation 'com.codingame.gameengine:parent:1.3'
// https://jarcasting.com/artifacts/com.codingame.gameengine/parent/
implementation ("com.codingame.gameengine:parent:1.3")
'com.codingame.gameengine:parent:pom:1.3'
<dependency org="com.codingame.gameengine" name="parent" rev="1.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.codingame.gameengine', module='parent', version='1.3')
)
libraryDependencies += "com.codingame.gameengine" % "parent" % "1.3"
[com.codingame.gameengine/parent "1.3"]