<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-sstore-infinispan</artifactId>
<version>5.0.0.CR2</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-sstore-infinispan', version='5.0.0.CR2')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-infinispan-parent</artifactId> <version>5.0.0.CR2</version> </parent>
compile
|-- io.vertx:vertx-codegen-api
|-- io.vertx:vertx-codegen-json
|-- org.infinispan:infinispan-client-hotrod-jakarta
|-- org.wildfly.common:wildfly-common:1.5.1.Final
|-- com.github.ben-manes.caffeine:caffeine:2.8.0
|-- io.reactivex.rxjava3:rxjava
|-- org.reactivestreams:reactive-streams:1.0.3
test