<dependency> <groupId>com.github.redsolo.vcmtool</groupId> <artifactId>api</artifactId> <version>1.0.7</version> </dependency>
implementation 'com.github.redsolo.vcmtool:api:1.0.7'
implementation("com.github.redsolo.vcmtool:api:1.0.7")
libraryDependencies += "com.github.redsolo.vcmtool" % "api" % "1.0.7"
@Grapes( @Grab(group='com.github.redsolo.vcmtool', module='api', version='1.0.7') )
<dependency org="com.github.redsolo.vcmtool" name="api" rev="1.0.7" />
[com.github.redsolo.vcmtool/api "1.0.7"]
'com.github.redsolo.vcmtool:api:jar:1.0.7'
<parent> <groupId>com.github.redsolo.vcmtool</groupId> <artifactId>parent</artifactId> <version>1.0.7</version> </parent>
compile
|-- net.lingala.zip4j:zip4j:1.3.2
|-- org.apache.commons:commons-lang3
|-- commons-io:commons-io
|-- log4j:log4j
test
|-- junit:junit
|-- org.hamcrest:hamcrest-all
|-- org.mockito:mockito-core