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