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