<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-sstore-infinispan</artifactId>
<version>4.5.11</version>
</dependency>
@Grapes(
@Grab(group='io.vertx', module='vertx-web-sstore-infinispan', version='4.5.11')
)
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-infinispan-parent</artifactId> <version>4.5.11</version> </parent>
compile
|-- org.infinispan:infinispan-client-hotrod${infinispan.jakartasuffix}
|-- 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
provided
test