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