License |
License |
---|---|
Categories |
CategoriesCaffeine Data Caching |
GroupId | GroupIdcom.github.attt |
ArtifactId | ArtifactIdarcher-caffeine |
Last Version | Last Version1.0-rc3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA java cache framework based on method annotation.
|
Filename | Size |
---|---|
archer-caffeine-1.0-rc3.pom | |
archer-caffeine-1.0-rc3.jar | 6 KB |
archer-caffeine-1.0-rc3-sources.jar | 4 KB |
archer-caffeine-1.0-rc3-javadoc.jar | 37 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.attt : archer-core | jar | 1.0-rc3 |
com.github.ben-manes.caffeine : caffeine | jar | 2.8.4 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |