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