| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sebhoss |
| Идентификатор | Идентификаторbase-bom |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеBill of material for all Maven-based projects
|
| Имя Файла | Размер |
|---|---|
| base-bom-2.0.0.pom | |
| base-bom-2.0.0.jar | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/base-bom/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>base-bom</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/base-bom/
implementation 'com.github.sebhoss:base-bom:2.0.0'
// https://jarcasting.com/artifacts/com.github.sebhoss/base-bom/
implementation ("com.github.sebhoss:base-bom:2.0.0")
'com.github.sebhoss:base-bom:jar:2.0.0'
<dependency org="com.github.sebhoss" name="base-bom" rev="2.0.0">
<artifact name="base-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='base-bom', version='2.0.0')
)
libraryDependencies += "com.github.sebhoss" % "base-bom" % "2.0.0"
[com.github.sebhoss/base-bom "2.0.0"]