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