m

microprofile-openapi-spi

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