Download junrar-0.7.jar file - Jar j

Jar examples for j:junrar

Description

rar decompression library in plain java

You can download jar file junrar 0.7 in this page.

License

UnRar License

Build File

You can use the following script to add junrar-0.7.jar to your project.

<dependency>
   <groupId>com.github.junrar</groupId>
   <artifactId>junrar</artifactId>
   <version>0.7</version>
</dependency>
compile group: 'com.github.junrar', name: 'junrar', version: '0.7'
libraryDependencies += "com.github.junrar" % "junrar" % "0.7"
<dependency org="com.github.junrar" name="junrar" rev="0.7"/>
@Grapes(@Grab(group='com.github.junrar', module='junrar', version='0.7'))
'com.github.junrar:junrar:jar:0.7'

Download

Click the following link to download the jar file.

junrar-0.7-javadoc.jar
junrar-0.7-sources.jar
junrar-0.7.jar
junrar-0.7.pom



Related Tutorials