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