| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.born2snipe |
| Идентификатор | Идентификаторzipunit |
| Последняя версия | Последняя версия0.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеzipunit
This is a simple Java API for testing Zip/Jar files
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| zipunit-0.1.pom | |
| zipunit-0.1.jar | 15 KB |
| zipunit-0.1-sources.jar | 3 KB |
| zipunit-0.1-javadoc.jar | 33 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |