<dependency> <groupId>com.github.junrar</groupId> <artifactId>junrar</artifactId> <version>1.0.1</version> </dependency>
implementation 'com.github.junrar:junrar:1.0.1'
implementation("com.github.junrar:junrar:1.0.1")
libraryDependencies += "com.github.junrar" % "junrar" % "1.0.1"
@Grapes( @Grab(group='com.github.junrar', module='junrar', version='1.0.1') )
<dependency org="com.github.junrar" name="junrar" rev="1.0.1" />
[com.github.junrar/junrar "1.0.1"]
'com.github.junrar:junrar:jar:1.0.1'
<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