Last Version

Archer 1.0-rc3

A java cache framework based on method annotation.

License

License

GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

archer
Version

Version

1.0-rc3
Type

Type

pom
Description

Description

Archer
A java cache framework based on method annotation.
Project URL

Project URL

https://github.com/Attt/archer/

Download archer 1.0-rc3

Filename Size
archer-1.0-rc3.pom 4 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • archer-core
  • archer-spring
  • archer-spring-autoconfigure
  • archer-redis
  • archer-caffeine
  • archer-spring-boot-starter