m

microprofile-openapi-spec

MicroProfile OpenAPI :: Specification
文件下载
文件名 操作
microprofile-openapi-spec-4.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.microprofile.openapi</groupId>
  <artifactId>microprofile-openapi-spec</artifactId>
  <version>4.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.microprofile.openapi:microprofile-openapi-spec:4.0.2'
Gradle Kotlin
implementation("org.eclipse.microprofile.openapi:microprofile-openapi-spec:4.0.2")
Scala SBT
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spec" % "4.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spec', version='4.0.2')
)
Apache Ivy
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spec" rev="4.0.2" />
Leiningen
[org.eclipse.microprofile.openapi/microprofile-openapi-spec "4.0.2"]
Apache Buildr
'org.eclipse.microprofile.openapi:microprofile-openapi-spec:jar:4.0.2'