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