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