License |
License |
---|---|
GroupId | GroupIdcom.github.born2snipe |
ArtifactId | ArtifactIdzipunit |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionzipunit
This is a simple Java API for testing Zip/Jar files
|
Project URL |
Project URL |
Filename | Size |
---|---|
zipunit-0.1.pom | |
zipunit-0.1.jar | 15 KB |
zipunit-0.1-sources.jar | 3 KB |
zipunit-0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.born2snipe/zipunit/ -->
<dependency>
<groupId>com.github.born2snipe</groupId>
<artifactId>zipunit</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.born2snipe/zipunit/
implementation 'com.github.born2snipe:zipunit:0.1'
// https://jarcasting.com/artifacts/com.github.born2snipe/zipunit/
implementation ("com.github.born2snipe:zipunit:0.1")
'com.github.born2snipe:zipunit:jar:0.1'
<dependency org="com.github.born2snipe" name="zipunit" rev="0.1">
<artifact name="zipunit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.born2snipe', module='zipunit', version='0.1')
)
libraryDependencies += "com.github.born2snipe" % "zipunit" % "0.1"
[com.github.born2snipe/zipunit "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |