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