<dependency> <groupId>io.restx</groupId> <artifactId>restx-parent</artifactId> <version>1.0.0-rc2</version> <type>pom</type> </dependency>
implementation 'io.restx:restx-parent:1.0.0-rc2'
implementation("io.restx:restx-parent:1.0.0-rc2")
libraryDependencies += "io.restx" % "restx-parent" % "1.0.0-rc2"
@Grapes( @Grab(group='io.restx', module='restx-parent', version='1.0.0-rc2') )
<dependency org="io.restx" name="restx-parent" rev="1.0.0-rc2" />
[io.restx/restx-parent "1.0.0-rc2"]
'io.restx:restx-parent:jar:1.0.0-rc2'