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