文件名 | 操作 |
---|---|
microprofile-openapi-spec-4.0.1.pom | 下载 |
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spec</artifactId>
<version>4.0.1</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spec" % "4.0.1"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spec', version='4.0.1')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spec" rev="4.0.1" />