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