| GroupId | GroupIdcom.github.hexocraft |
|---|---|
| ArtifactId | ArtifactIdhexocraft-parent |
| Version | Version7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| hexocraft-parent-7.pom | 51 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/ -->
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation 'com.github.hexocraft:hexocraft-parent:7'
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation ("com.github.hexocraft:hexocraft-parent:7")
'com.github.hexocraft:hexocraft-parent:pom:7'
<dependency org="com.github.hexocraft" name="hexocraft-parent" rev="7">
<artifact name="hexocraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='hexocraft-parent', version='7')
)
libraryDependencies += "com.github.hexocraft" % "hexocraft-parent" % "7"
[com.github.hexocraft/hexocraft-parent "7"]