| Категории |
КатегорииJSON Данные |
|---|---|
| Группа | Группаcom.github.sebhoss.bom |
| Идентификатор | Идентификаторjson-bom |
| Версия | Версия3.0.4 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| json-bom-3.0.4.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss.bom/json-bom/ -->
<dependency>
<groupId>com.github.sebhoss.bom</groupId>
<artifactId>json-bom</artifactId>
<version>3.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/json-bom/
implementation 'com.github.sebhoss.bom:json-bom:3.0.4'
// https://jarcasting.com/artifacts/com.github.sebhoss.bom/json-bom/
implementation ("com.github.sebhoss.bom:json-bom:3.0.4")
'com.github.sebhoss.bom:json-bom:pom:3.0.4'
<dependency org="com.github.sebhoss.bom" name="json-bom" rev="3.0.4">
<artifact name="json-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss.bom', module='json-bom', version='3.0.4')
)
libraryDependencies += "com.github.sebhoss.bom" % "json-bom" % "3.0.4"
[com.github.sebhoss.bom/json-bom "3.0.4"]