m

microprofile-openapi-spec

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