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