File | Operation |
---|---|
microprofile-openapi-parent-3.0-RC5.pom | download |
<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>3.0-RC5</version>
<type>pom</type>
</dependency>
implementation("org.eclipse.microprofile.openapi:microprofile-openapi-parent:3.0-RC5")
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-parent" % "3.0-RC5"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-parent', version='3.0-RC5')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-parent" rev="3.0-RC5" />
<parent> <groupId>org.eclipse.microprofile</groupId> <artifactId>microprofile-parent</artifactId> <version>2.1</version> </parent>