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