is not current version
Last Version 1.0-rc3

com.github.attt:archer 1.0-rc1

A java cache framework based on method annotation.

GroupId

GroupId

com.github.attt
ArtifactId

ArtifactId

archer
Version

Version

1.0-rc1
Type

Type

pom

Download archer 1.0-rc1

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

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