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