<dependency>
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-spi</artifactId>
<version>4.0-RC2</version>
</dependency>
libraryDependencies += "org.eclipse.microprofile.openapi" % "microprofile-openapi-spi" % "4.0-RC2"
@Grapes(
@Grab(group='org.eclipse.microprofile.openapi', module='microprofile-openapi-spi', version='4.0-RC2')
)
<dependency org="org.eclipse.microprofile.openapi" name="microprofile-openapi-spi" rev="4.0-RC2" />