| License |
License |
|---|---|
| GroupId | GroupIdde.cubeisland.engine |
| ArtifactId | ArtifactIdparent |
| Last Version | Last Version1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionCubeEngine Parent
Minecraft module framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| parent-1.pom | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.cubeisland.engine/parent/ -->
<dependency>
<groupId>de.cubeisland.engine</groupId>
<artifactId>parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.cubeisland.engine/parent/
implementation 'de.cubeisland.engine:parent:1'
// https://jarcasting.com/artifacts/de.cubeisland.engine/parent/
implementation ("de.cubeisland.engine:parent:1")
'de.cubeisland.engine:parent:pom:1'
<dependency org="de.cubeisland.engine" name="parent" rev="1">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.cubeisland.engine', module='parent', version='1')
)
libraryDependencies += "de.cubeisland.engine" % "parent" % "1"
[de.cubeisland.engine/parent "1"]