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