Registry / utility / junrar

junrar

JSON →
library7.6.0javamavenunverified

Java library for extracting RAR archives.

<dependency> <groupId>com.github.junrar</groupId> <artifactId>junrar</artifactId> <version>7.6.0</version> </dependency>
INSTALL
IMPORT
SIG · JUNRAR
J
junrar
utilityjavav7.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Archive
com.github.junrar.Archive

Open a RAR archive and iterate over file headers

import com.github.junrar.Archive; import com.github.junrar.rarfile.FileHeader; Archive archive = new Archive(new File("archive.rar")); FileHeader header = archive.nextFileHeader();
Debug
Known issues
gotchaJunrar may not support all RAR5 features; use for RAR4 archives primarily.
fix
Check RAR version compatibility before extraction.
affects: <7.0.0
Upgrade
Version history
7.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
junrar — mvn dependency:get junrar · libregistry