This project provides a VFS Provider for RAR files.
It has been carved out of Junrar.
| 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 |
|---|---|---|
| 8 | 7.4.0 | |
| 8 | 5.0.0 |
If you need Java 6 support, you can get version 4.0.0 of Junrar which bundled VFS
support: