Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.64 KB

README.md

File metadata and controls

49 lines (40 loc) · 2.64 KB

Build Status Maven Central javadoc 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
Maven Central 8 7.4.0
Maven Central 8 5.0.0

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