<dependency> <groupId>dev.resteasy.tools</groupId> <artifactId>resteasy-parent</artifactId> <version>3</version> <type>pom</type> </dependency>
implementation 'dev.resteasy.tools:resteasy-parent:3'
implementation("dev.resteasy.tools:resteasy-parent:3")
libraryDependencies += "dev.resteasy.tools" % "resteasy-parent" % "3"
@Grapes( @Grab(group='dev.resteasy.tools', module='resteasy-parent', version='3') )
<dependency org="dev.resteasy.tools" name="resteasy-parent" rev="3" />
[dev.resteasy.tools/resteasy-parent "3"]
'dev.resteasy.tools:resteasy-parent:jar:3'
<parent> <groupId>org.jboss</groupId> <artifactId>jboss-parent</artifactId> <version>46</version> </parent>