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