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