<dependency> <groupId>com.github.junrar</groupId> <artifactId>junrar</artifactId> <version>4.0.0</version> </dependency>
implementation 'com.github.junrar:junrar:4.0.0'
implementation("com.github.junrar:junrar:4.0.0")
libraryDependencies += "com.github.junrar" % "junrar" % "4.0.0"
@Grapes( @Grab(group='com.github.junrar', module='junrar', version='4.0.0') )
<dependency org="com.github.junrar" name="junrar" rev="4.0.0" />
[com.github.junrar/junrar "4.0.0"]
'com.github.junrar:junrar:jar:4.0.0'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>
compile
|-- commons-logging:commons-logging:1.2
|-- org.apache.commons:commons-vfs2:2.2
test
|-- junit:junit:4.12
|-- org.apache.commons:commons-io:1.3.2
|-- org.mockito:mockito-core:2.23.4