项目作者: junrar

项目描述 :
Apache Commons VFS Rar Provider (Virtual File System)
高级语言: Java
项目地址: git://github.com/junrar/commons-vfs-rar.git
创建时间: 2020-07-17T14:26:50Z
项目社区:https://github.com/junrar/commons-vfs-rar

开源协议:MIT License

下载


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
  1. implementation com.github.junrar:commons-vfs-rar:{version}”

Gradle (Kotlin DSL)
  1. implementation(“com.github.junrar:commons-vfs-rar:{version}”)

Maven

  1. com.github.junrar
    commons-vfs-rar
    {version}

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