| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииLeaf Данные Базы данных |
| Группа | Группаxyz.hellothomas |
| Идентификатор | Идентификаторleaf-parent |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеLeaf
Distributed ID Generate Service
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| leaf-parent-1.0.2.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.hellothomas/leaf-parent/ -->
<dependency>
<groupId>xyz.hellothomas</groupId>
<artifactId>leaf-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.hellothomas/leaf-parent/
implementation 'xyz.hellothomas:leaf-parent:1.0.2'
// https://jarcasting.com/artifacts/xyz.hellothomas/leaf-parent/
implementation ("xyz.hellothomas:leaf-parent:1.0.2")
'xyz.hellothomas:leaf-parent:pom:1.0.2'
<dependency org="xyz.hellothomas" name="leaf-parent" rev="1.0.2">
<artifact name="leaf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.hellothomas', module='leaf-parent', version='1.0.2')
)
libraryDependencies += "xyz.hellothomas" % "leaf-parent" % "1.0.2"
[xyz.hellothomas/leaf-parent "1.0.2"]