is not current version
Last Version 7.5.2

com.github.junrar:junrar 4.0.0

rar decompression library in plain java

GroupId

GroupId

com.github.junrar
ArtifactId

ArtifactId

junrar
Version

Version

4.0.0
Type

Type

jar

Download junrar 4.0.0


<!-- https://jarcasting.com/artifacts/com.github.junrar/junrar/ -->
<dependency>
    <groupId>com.github.junrar</groupId>
    <artifactId>junrar</artifactId>
    <version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.junrar/junrar/
implementation 'com.github.junrar:junrar:4.0.0'
// https://jarcasting.com/artifacts/com.github.junrar/junrar/
implementation ("com.github.junrar:junrar:4.0.0")
'com.github.junrar:junrar:jar:4.0.0'
<dependency org="com.github.junrar" name="junrar" rev="4.0.0">
  <artifact name="junrar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.junrar', module='junrar', version='4.0.0')
)
libraryDependencies += "com.github.junrar" % "junrar" % "4.0.0"
[com.github.junrar/junrar "4.0.0"]