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