| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.beothorn |
| Идентификатор | Идентификаторjunrar |
| Последняя версия | Последняя версия0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJava UnRar
rar decompression library in plain java
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| junrar-0.6.pom | |
| junrar-0.6.jar | 148 KB |
| junrar-0.6-sources.jar | 118 KB |
| junrar-0.6-javadoc.jar | 546 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.beothorn/junrar/ -->
<dependency>
<groupId>com.github.beothorn</groupId>
<artifactId>junrar</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.beothorn/junrar/
implementation 'com.github.beothorn:junrar:0.6'
// https://jarcasting.com/artifacts/com.github.beothorn/junrar/
implementation ("com.github.beothorn:junrar:0.6")
'com.github.beothorn:junrar:jar:0.6'
<dependency org="com.github.beothorn" name="junrar" rev="0.6">
<artifact name="junrar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.beothorn', module='junrar', version='0.6')
)
libraryDependencies += "com.github.beothorn" % "junrar" % "0.6"
[com.github.beothorn/junrar "0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging-api Необязательный | jar | 1.1 |
| org.apache.commons : commons-vfs2 Необязательный | jar | 2.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit Необязательный | jar | 3.8.1 |