License |
License |
---|---|
GroupId | GroupIdcom.github.beothorn |
ArtifactId | ArtifactIdjunrar |
Last Version | Last Version0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava UnRar
rar decompression library in plain java
|
Project URL |
Project URL |
Filename | Size |
---|---|
junrar-0.6.pom | |
junrar-0.6.jar | 148 KB |
junrar-0.6-sources.jar | 118 KB |
junrar-0.6-javadoc.jar | 546 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging-api Optional | jar | 1.1 |
org.apache.commons : commons-vfs2 Optional | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 3.8.1 |