| Группа | Группаcom.github.hexocraft |
|---|---|
| Идентификатор | Идентификаторhexocraft-bukkit-parent |
| Версия | Версия1 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hexocraft-bukkit-parent-1.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-bukkit-parent/ -->
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-bukkit-parent</artifactId>
<version>1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-bukkit-parent/
implementation 'com.github.hexocraft:hexocraft-bukkit-parent:1'
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-bukkit-parent/
implementation ("com.github.hexocraft:hexocraft-bukkit-parent:1")
'com.github.hexocraft:hexocraft-bukkit-parent:pom:1'
<dependency org="com.github.hexocraft" name="hexocraft-bukkit-parent" rev="1">
<artifact name="hexocraft-bukkit-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='hexocraft-bukkit-parent', version='1')
)
libraryDependencies += "com.github.hexocraft" % "hexocraft-bukkit-parent" % "1"
[com.github.hexocraft/hexocraft-bukkit-parent "1"]