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