s

smallrye-open-api-tools

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