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