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