License |
License |
---|---|
Categories |
CategoriesCaffeine Data Caching Jackson JSON |
GroupId | GroupIdcom.github.pjfanning |
ArtifactId | ArtifactIdjackson-caffeine-cache |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjackson-caffeine-cache
A Caffeine based type cache for Jackson.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.pjfanning/jackson-caffeine-cache/ -->
<dependency>
<groupId>com.github.pjfanning</groupId>
<artifactId>jackson-caffeine-cache</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-caffeine-cache/
implementation 'com.github.pjfanning:jackson-caffeine-cache:1.2.0'
// https://jarcasting.com/artifacts/com.github.pjfanning/jackson-caffeine-cache/
implementation ("com.github.pjfanning:jackson-caffeine-cache:1.2.0")
'com.github.pjfanning:jackson-caffeine-cache:jar:1.2.0'
<dependency org="com.github.pjfanning" name="jackson-caffeine-cache" rev="1.2.0">
<artifact name="jackson-caffeine-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pjfanning', module='jackson-caffeine-cache', version='1.2.0')
)
libraryDependencies += "com.github.pjfanning" % "jackson-caffeine-cache" % "1.2.0"
[com.github.pjfanning/jackson-caffeine-cache "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.0 |
com.github.ben-manes.caffeine : caffeine | jar | 2.9.2 |