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