| GroupId | GroupIdcom.github.zk1931 |
|---|---|
| ArtifactId | ArtifactIdjzab |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jzab-0.2.0.pom | |
| jzab-0.2.0.jar | 409 KB |
| jzab-0.2.0-sources.jar | 133 KB |
| jzab-0.2.0-javadoc.jar | 863 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.zk1931/jzab/ -->
<dependency>
<groupId>com.github.zk1931</groupId>
<artifactId>jzab</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation 'com.github.zk1931:jzab:0.2.0'
// https://jarcasting.com/artifacts/com.github.zk1931/jzab/
implementation ("com.github.zk1931:jzab:0.2.0")
'com.github.zk1931:jzab:jar:0.2.0'
<dependency org="com.github.zk1931" name="jzab" rev="0.2.0">
<artifact name="jzab" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zk1931', module='jzab', version='0.2.0')
)
libraryDependencies += "com.github.zk1931" % "jzab" % "0.2.0"
[com.github.zk1931/jzab "0.2.0"]