Files download
File Operation
smallrye-parent-12.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-parent</artifactId>
  <version>12</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-parent:12'
Gradle Kotlin
implementation("io.smallrye:smallrye-parent:12")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-parent" % "12"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-parent', version='12')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-parent" rev="12" />
Leiningen
[io.smallrye/smallrye-parent "12"]
Apache Buildr
'io.smallrye:smallrye-parent:jar:12'
Dependencies
The project has no third-party dependencies