<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-cache</artifactId> <version>3.15.0</version> </dependency>
implementation 'io.quarkus:quarkus-cache:3.15.0'
implementation("io.quarkus:quarkus-cache:3.15.0")
libraryDependencies += "io.quarkus" % "quarkus-cache" % "3.15.0"
@Grapes( @Grab(group='io.quarkus', module='quarkus-cache', version='3.15.0') )
<dependency org="io.quarkus" name="quarkus-cache" rev="3.15.0" />
[io.quarkus/quarkus-cache "3.15.0"]
'io.quarkus:quarkus-cache:jar:3.15.0'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-cache-parent</artifactId> <version>3.15.0</version> </parent>
compile
|-- io.quarkus:quarkus-arc
|-- io.quarkus:quarkus-caffeine
|-- io.quarkus:quarkus-mutiny
|-- io.quarkus:quarkus-vertx
|-- io.quarkus:quarkus-cache-runtime-spi
|-- io.vertx:vertx-web
|-- io.quarkus:quarkus-vertx-http
|-- io.micrometer:micrometer-core