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