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