Java Unrar

property 'description'

License

License

MIT License
GroupId

GroupId

com.github.junrar
ArtifactId

ArtifactId

commons-vfs-rar
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java Unrar
property 'description'
Project URL

Project URL

https://github.com/junrar/junrar
Source Code Management

Source Code Management

https://github.com/junrar/commons-vfs-rar.git

Download commons-vfs-rar

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.junrar/commons-vfs-rar/ -->
<dependency>
    <groupId>com.github.junrar</groupId>
    <artifactId>commons-vfs-rar</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.junrar/commons-vfs-rar/
implementation 'com.github.junrar:commons-vfs-rar:1.1.1'
// https://jarcasting.com/artifacts/com.github.junrar/commons-vfs-rar/
implementation ("com.github.junrar:commons-vfs-rar:1.1.1")
'com.github.junrar:commons-vfs-rar:jar:1.1.1'
<dependency org="com.github.junrar" name="commons-vfs-rar" rev="1.1.1">
  <artifact name="commons-vfs-rar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.junrar', module='commons-vfs-rar', version='1.1.1')
)
libraryDependencies += "com.github.junrar" % "commons-vfs-rar" % "1.1.1"
[com.github.junrar/commons-vfs-rar "1.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.junrar : junrar jar 7.4.0
org.apache.commons : commons-vfs2 jar 2.6.0

runtime (1)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.9

Project Modules

There are no modules declared in this project.

Build Status Download codecov

Apache Commons VFS RAR Provider

This project provides a VFS Provider for RAR files.

It has been carved out of Junrar.

Installation

Gradle
implementation "com.github.junrar:commons-vfs-rar:{version}"
Gradle (Kotlin DSL)
implementation("com.github.junrar:commons-vfs-rar:{version}")
Maven
<dependency>
    <groupId>com.github.junrar</groupId>
    <artifactId>commons-vfs-rar</artifactId>
    <version>{version}</version>
</dependency>

where {version} corresponds to version as below:

commons-vfs-version Java version Junrar version
Download 8 7.4.0
Download 8 5.0.0

If you need Java 6 support, you can get version 4.0.0 of Junrar which bundled VFS support: Download

com.github.junrar

Versions

Version
1.1.1
1.1.0
1.0.0