| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.github.pleuvoir |
| Идентификатор | Идентификаторbom |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеA series of plugin based on java, each module can be used exclusively.
|
| Имя Файла | Размер |
|---|---|
| bom-1.0.2.pom | 8 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.pleuvoir/bom/ -->
<dependency>
<groupId>io.github.pleuvoir</groupId>
<artifactId>bom</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.pleuvoir/bom/
implementation 'io.github.pleuvoir:bom:1.0.2'
// https://jarcasting.com/artifacts/io.github.pleuvoir/bom/
implementation ("io.github.pleuvoir:bom:1.0.2")
'io.github.pleuvoir:bom:pom:1.0.2'
<dependency org="io.github.pleuvoir" name="bom" rev="1.0.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.pleuvoir', module='bom', version='1.0.2')
)
libraryDependencies += "io.github.pleuvoir" % "bom" % "1.0.2"
[io.github.pleuvoir/bom "1.0.2"]