is not current version
Last Version 11

com.github.hexocraft:hexocraft-parent 9

Hexocraft Parent POM provides common settings for all Hexocraft components.

GroupId

GroupId

com.github.hexocraft
ArtifactId

ArtifactId

hexocraft-parent
Version

Version

9
Type

Type

pom

Download hexocraft-parent 9

Filename Size
hexocraft-parent-9.pom 52 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/ -->
<dependency>
    <groupId>com.github.hexocraft</groupId>
    <artifactId>hexocraft-parent</artifactId>
    <version>9</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation 'com.github.hexocraft:hexocraft-parent:9'
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation ("com.github.hexocraft:hexocraft-parent:9")
'com.github.hexocraft:hexocraft-parent:pom:9'
<dependency org="com.github.hexocraft" name="hexocraft-parent" rev="9">
  <artifact name="hexocraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='hexocraft-parent', version='9')
)
libraryDependencies += "com.github.hexocraft" % "hexocraft-parent" % "9"
[com.github.hexocraft/hexocraft-parent "9"]