Files download
File Operation
smallrye-open-api-parent-3.1.0-RC1.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-open-api-parent</artifactId>
  <version>3.1.0-RC1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-open-api-parent:3.1.0-RC1'
Gradle Kotlin
implementation("io.smallrye:smallrye-open-api-parent:3.1.0-RC1")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-open-api-parent" % "3.1.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-open-api-parent', version='3.1.0-RC1')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-open-api-parent" rev="3.1.0-RC1" />
Leiningen
[io.smallrye/smallrye-open-api-parent "3.1.0-RC1"]
Apache Buildr
'io.smallrye:smallrye-open-api-parent:jar:3.1.0-RC1'