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