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