<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-converter-api</artifactId>
<version>1.0.0</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-converter-api', version='1.0.0')
)
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-reactive-streams-operators-project</artifactId> <version>1.0.0</version> </parent>