com.github.attt:archer-core

A java cache framework based on method annotation.

License

License

GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

archer-core
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-core

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
javax.cache : cache-api jar 1.1.1
com.alibaba : fastjson jar 1.2.71
org.apache.commons : commons-lang3 jar 3.10
org.reflections : reflections jar 0.9.12
org.springframework : spring-expression jar 4.3.18.RELEASE

provided (5)

Group / Artifact Type Version
cglib : cglib jar 3.3.0
com.caucho : hessian jar 4.0.63
com.esotericsoftware : kryo jar 4.0.2
de.javakaffee : kryo-serializers jar 0.45
org.slf4j : slf4j-api jar 1.7.30

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