com.github.attt:archer-spring

A java cache framework based on method annotation.

License

License

GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

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

How to add to project

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

Dependencies

compile (1)

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

provided (3)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.18.RELEASE
org.springframework : spring-core jar 4.3.18.RELEASE
org.slf4j : slf4j-api jar 1.7.30

Project Modules

There are no modules declared in this project.

Versions

Version
1.0-rc3
1.0-rc2
1.0-rc1