com.github.attt:archer-caffeine

A java cache framework based on method annotation.

License

License

Categories

Categories

Caffeine Data Caching
GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

archer-caffeine
Last Version

Last Version

1.0-rc3
Release Date

Release Date

Type

Type

jar
Description

Description

A java cache framework based on method annotation.

Download archer-caffeine

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.attt/archer-caffeine/ -->
<dependency>
    <groupId>com.github.attt</groupId>
    <artifactId>archer-caffeine</artifactId>
    <version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer-caffeine/
implementation 'com.github.attt:archer-caffeine:1.0-rc3'
// https://jarcasting.com/artifacts/com.github.attt/archer-caffeine/
implementation ("com.github.attt:archer-caffeine:1.0-rc3")
'com.github.attt:archer-caffeine:jar:1.0-rc3'
<dependency org="com.github.attt" name="archer-caffeine" rev="1.0-rc3">
  <artifact name="archer-caffeine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer-caffeine', version='1.0-rc3')
)
libraryDependencies += "com.github.attt" % "archer-caffeine" % "1.0-rc3"
[com.github.attt/archer-caffeine "1.0-rc3"]

Dependencies

compile (2)

Group / Artifact Type Version
com.github.attt : archer-core jar 1.0-rc3
com.github.ben-manes.caffeine : caffeine jar 2.8.4

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.6.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-rc3
1.0-rc2
1.0-rc1