<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-converter-api</artifactId>
<version>1.0.13</version>
</dependency>
libraryDependencies += "io.smallrye.reactive" % "smallrye-reactive-converter-api" % "1.0.13"
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-reactive-converter-api', version='1.0.13')
)
<dependency org="io.smallrye.reactive" name="smallrye-reactive-converter-api" rev="1.0.13" />