License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-cache |
Version | Version2.8.0.CR1 |
Type | Typejar |
Description |
DescriptionQuarkus - Cache - Runtime
Enable application data caching in CDI beans
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
quarkus-cache-2.8.0.CR1.pom | |
quarkus-cache-2.8.0.CR1.jar | 61 KB |
quarkus-cache-2.8.0.CR1-sources.jar | 31 KB |
quarkus-cache-2.8.0.CR1-javadoc.jar | 604 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-cache/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-cache</artifactId>
<version>2.8.0.CR1</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-cache/
implementation 'io.quarkus:quarkus-cache:2.8.0.CR1'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-cache/
implementation ("io.quarkus:quarkus-cache:2.8.0.CR1")
'io.quarkus:quarkus-cache:jar:2.8.0.CR1'
<dependency org="io.quarkus" name="quarkus-cache" rev="2.8.0.CR1">
<artifact name="quarkus-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-cache', version='2.8.0.CR1')
)
libraryDependencies += "io.quarkus" % "quarkus-cache" % "2.8.0.CR1"
[io.quarkus/quarkus-cache "2.8.0.CR1"]
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-arc | jar | |
io.quarkus : quarkus-caffeine | jar | |
io.quarkus : quarkus-mutiny | jar | |
io.vertx : vertx-web Optional | jar | |
io.quarkus : quarkus-vertx-http Optional | jar | |
io.micrometer : micrometer-core Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-bom | pom | 2.8.0.CR1 |