m

microprofile-openapi-spi

MicroProfile OpenAPI SPI :: SPI
Files download
File Operation
microprofile-openapi-spi-3.0-RC2.jar download
microprofile-openapi-spi-3.0-RC2.pom download
microprofile-openapi-spi-3.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.openapi</groupId>
  <artifactId>microprofile-openapi-spi</artifactId>
  <version>3.0-RC2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-spi:3.0-RC2'
Gradle Kotlin
implementation("org.eclipse.microprofile.openapi:microprofile-openapi-spi:3.0-RC2")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spi" % "3.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spi', version='3.0-RC2')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spi" rev="3.0-RC2" />
Leiningen
[org.eclipse.microprofile.openapi/microprofile-openapi-spi "3.0-RC2"]
Apache Buildr
'org.eclipse.microprofile.openapi:microprofile-openapi-spi:jar:3.0-RC2'