License |
License |
---|---|
Categories |
CategoriesRedis Data Databases |
GroupId | GroupIdcom.github.attt |
ArtifactId | ArtifactIdarcher-redis |
Last Version | Last Version1.0-rc3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA java cache framework based on method annotation.
|
Filename | Size |
---|---|
archer-redis-1.0-rc3.pom | |
archer-redis-1.0-rc3.jar | 12 KB |
archer-redis-1.0-rc3-sources.jar | 6 KB |
archer-redis-1.0-rc3-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.attt/archer-redis/ -->
<dependency>
<groupId>com.github.attt</groupId>
<artifactId>archer-redis</artifactId>
<version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer-redis/
implementation 'com.github.attt:archer-redis:1.0-rc3'
// https://jarcasting.com/artifacts/com.github.attt/archer-redis/
implementation ("com.github.attt:archer-redis:1.0-rc3")
'com.github.attt:archer-redis:jar:1.0-rc3'
<dependency org="com.github.attt" name="archer-redis" rev="1.0-rc3">
<artifact name="archer-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer-redis', version='1.0-rc3')
)
libraryDependencies += "com.github.attt" % "archer-redis" % "1.0-rc3"
[com.github.attt/archer-redis "1.0-rc3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.attt : archer-core | jar | 1.0-rc3 |
redis.clients : jedis | jar | 2.9.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |