<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-axle-core</artifactId>
<version>0.0.10</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-axle-core', version='0.0.10')
)
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-axle-clients</artifactId> <version>0.0.10</version> </parent>
compile
|-- io.reactivex.rxjava2:rxjava
|-- org.reactivestreams:reactive-streams
|-- io.smallrye.reactive:smallrye-reactive-streams-operators
|-- ${gen-source-groupId}:${gen-source-artifactId}
|-- io.smallrye.reactive:smallrye-axle-generator
|-- junit:junit
test
|-- io.smallrye.reactive:smallrye-axle-generator
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml