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