is not current version
Last Version 6

com.github.hexocraft:hexocraft-bukkit-parent 3

Hexocraft Bukkit Parent POM provides common settings for all Hexocraft bukkit projects.

GroupId

GroupId

com.github.hexocraft
ArtifactId

ArtifactId

hexocraft-bukkit-parent
Version

Version

3
Type

Type

pom

Download hexocraft-bukkit-parent 3


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