Skip to content

Apache Commons VFS Rar Provider (Virtual File System)

License

Notifications You must be signed in to change notification settings

junrar/commons-vfs-rar

Repository files navigation

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