<dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-cache</artifactId> <version>3.14.3</version> </dependency>
implementation 'io.quarkus:quarkus-cache:3.14.3'
implementation("io.quarkus:quarkus-cache:3.14.3")
libraryDependencies += "io.quarkus" % "quarkus-cache" % "3.14.3"
@Grapes( @Grab(group='io.quarkus', module='quarkus-cache', version='3.14.3') )
<dependency org="io.quarkus" name="quarkus-cache" rev="3.14.3" />
[io.quarkus/quarkus-cache "3.14.3"]
'io.quarkus:quarkus-cache:jar:3.14.3'
<parent> <groupId>io.quarkus</groupId> <artifactId>quarkus-cache-parent</artifactId> <version>3.14.3</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