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