m

microprofile-openapi-spi

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