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