| Лицензия |
Лицензия |
|---|---|
| Группа | Группаin.hocg |
| Идентификатор | Идентификаторboot-dependencies |
| Версия | Версия1.0.22 |
| Тип | Типpom |
| Описание |
ОписаниеBoot :: Dependencies
this is boot dependencies
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| boot-dependencies-1.0.22.pom | 17 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/in.hocg/boot-dependencies/ -->
<dependency>
<groupId>in.hocg</groupId>
<artifactId>boot-dependencies</artifactId>
<version>1.0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/in.hocg/boot-dependencies/
implementation 'in.hocg:boot-dependencies:1.0.22'
// https://jarcasting.com/artifacts/in.hocg/boot-dependencies/
implementation ("in.hocg:boot-dependencies:1.0.22")
'in.hocg:boot-dependencies:pom:1.0.22'
<dependency org="in.hocg" name="boot-dependencies" rev="1.0.22">
<artifact name="boot-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='in.hocg', module='boot-dependencies', version='1.0.22')
)
libraryDependencies += "in.hocg" % "boot-dependencies" % "1.0.22"
[in.hocg/boot-dependencies "1.0.22"]