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