GroupId | GroupIdcom.github.junrar |
---|---|
ArtifactId | ArtifactIdjunrar |
Version | Version7.1.0 |
Type | Typejar |
Filename | Size |
---|---|
junrar-7.1.0.pom | |
junrar-7.1.0.jar | 149 KB |
junrar-7.1.0-sources.jar | 114 KB |
junrar-7.1.0-javadoc.jar | 346 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.junrar/junrar/ -->
<dependency>
<groupId>com.github.junrar</groupId>
<artifactId>junrar</artifactId>
<version>7.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.junrar/junrar/
implementation 'com.github.junrar:junrar:7.1.0'
// https://jarcasting.com/artifacts/com.github.junrar/junrar/
implementation ("com.github.junrar:junrar:7.1.0")
'com.github.junrar:junrar:jar:7.1.0'
<dependency org="com.github.junrar" name="junrar" rev="7.1.0">
<artifact name="junrar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.junrar', module='junrar', version='7.1.0')
)
libraryDependencies += "com.github.junrar" % "junrar" % "7.1.0"
[com.github.junrar/junrar "7.1.0"]