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