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