<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-axle-core</artifactId>
<version>1.4.0</version>
</dependency>
@Grapes(
@Grab(group='io.smallrye.reactive', module='smallrye-axle-core', version='1.4.0')
)
<parent> <groupId>io.smallrye.reactive</groupId> <artifactId>smallrye-axle-clients</artifactId> <version>1.4.0</version> </parent>
compile
|-- org.reactivestreams:reactive-streams
|-- io.smallrye.reactive:mutiny-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