bom
个人项目的清单,简化引用。
依赖
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.2</version>
</dependency>
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.drtrang |
| Идентификатор | Идентификаторbom |
| Последняя версия | Последняя версия1.3.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеbom
bill of materials
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикtrang |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bom-1.3.2.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.drtrang/bom/ -->
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.drtrang/bom/
implementation 'com.github.drtrang:bom:1.3.2'
// https://jarcasting.com/artifacts/com.github.drtrang/bom/
implementation ("com.github.drtrang:bom:1.3.2")
'com.github.drtrang:bom:pom:1.3.2'
<dependency org="com.github.drtrang" name="bom" rev="1.3.2">
<artifact name="bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.drtrang', module='bom', version='1.3.2')
)
libraryDependencies += "com.github.drtrang" % "bom" % "1.3.2"
[com.github.drtrang/bom "1.3.2"]
个人项目的清单,简化引用。
<dependency>
<groupId>com.github.drtrang</groupId>
<artifactId>bom</artifactId>
<version>1.3.2</version>
</dependency>