<dependency> <groupId>com.github.redsolo.vcmtool</groupId> <artifactId>parent</artifactId> <version>1.2.0</version> <type>pom</type> </dependency>
implementation 'com.github.redsolo.vcmtool:parent:1.2.0'
implementation("com.github.redsolo.vcmtool:parent:1.2.0")
libraryDependencies += "com.github.redsolo.vcmtool" % "parent" % "1.2.0"
@Grapes( @Grab(group='com.github.redsolo.vcmtool', module='parent', version='1.2.0') )
<dependency org="com.github.redsolo.vcmtool" name="parent" rev="1.2.0" />
[com.github.redsolo.vcmtool/parent "1.2.0"]
'com.github.redsolo.vcmtool:parent:jar:1.2.0'