License |
License |
---|---|
GroupId | GroupIdcom.github.attt |
ArtifactId | ArtifactIdarcher-spring |
Last Version | Last Version1.0-rc3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA java cache framework based on method annotation.
|
Filename | Size |
---|---|
archer-spring-1.0-rc3.pom | |
archer-spring-1.0-rc3.jar | 25 KB |
archer-spring-1.0-rc3-sources.jar | 14 KB |
archer-spring-1.0-rc3-javadoc.jar | 92 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.github.attt : archer-core | jar | 1.0-rc3 |
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 |