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