Hexocraft Parent
Hexocraft Parent POM provides common settings for all Hexocraft components.
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.hexocraft |
| Идентификатор | Идентификаторhexocraft-parent |
| Последняя версия | Последняя версия11 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеHexocraft Parent POM
Hexocraft Parent POM provides common settings for all Hexocraft components.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| hexocraft-parent-11.pom | 49 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/ -->
<dependency>
<groupId>com.github.hexocraft</groupId>
<artifactId>hexocraft-parent</artifactId>
<version>11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation 'com.github.hexocraft:hexocraft-parent:11'
// https://jarcasting.com/artifacts/com.github.hexocraft/hexocraft-parent/
implementation ("com.github.hexocraft:hexocraft-parent:11")
'com.github.hexocraft:hexocraft-parent:pom:11'
<dependency org="com.github.hexocraft" name="hexocraft-parent" rev="11">
<artifact name="hexocraft-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hexocraft', module='hexocraft-parent', version='11')
)
libraryDependencies += "com.github.hexocraft" % "hexocraft-parent" % "11"
[com.github.hexocraft/hexocraft-parent "11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.platform : junit-platform-launcher | jar | 1.7.0 |
| org.mockito : mockito-junit-jupiter | jar | 3.6.28 |
Hexocraft Parent POM provides common settings for all Hexocraft components.