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