| GroupId | GroupIdcom.github.bookong |
|---|---|
| ArtifactId | ArtifactIdzest-spring |
| Version | Version0.1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| zest-spring-0.1.8.pom | |
| zest-spring-0.1.8.jar | 4 KB |
| zest-spring-0.1.8-sources.jar | 2 KB |
| zest-spring-0.1.8-javadoc.jar | 24 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bookong/zest-spring/ -->
<dependency>
<groupId>com.github.bookong</groupId>
<artifactId>zest-spring</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bookong/zest-spring/
implementation 'com.github.bookong:zest-spring:0.1.8'
// https://jarcasting.com/artifacts/com.github.bookong/zest-spring/
implementation ("com.github.bookong:zest-spring:0.1.8")
'com.github.bookong:zest-spring:jar:0.1.8'
<dependency org="com.github.bookong" name="zest-spring" rev="0.1.8">
<artifact name="zest-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bookong', module='zest-spring', version='0.1.8')
)
libraryDependencies += "com.github.bookong" % "zest-spring" % "0.1.8"
[com.github.bookong/zest-spring "0.1.8"]