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