m

microprofile-openapi-spi

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