| License |
License |
|---|---|
| GroupId | GroupIdcom.github.attt |
| ArtifactId | ArtifactIdarcher-core |
| Last Version | Last Version1.0-rc3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionA java cache framework based on method annotation.
|
| Filename | Size |
|---|---|
| archer-core-1.0-rc3.pom | |
| archer-core-1.0-rc3.jar | 138 KB |
| archer-core-1.0-rc3-test-sources.jar | 6 KB |
| archer-core-1.0-rc3-sources.jar | 72 KB |
| archer-core-1.0-rc3-javadoc.jar | 639 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.attt/archer-core/ -->
<dependency>
<groupId>com.github.attt</groupId>
<artifactId>archer-core</artifactId>
<version>1.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.attt/archer-core/
implementation 'com.github.attt:archer-core:1.0-rc3'
// https://jarcasting.com/artifacts/com.github.attt/archer-core/
implementation ("com.github.attt:archer-core:1.0-rc3")
'com.github.attt:archer-core:jar:1.0-rc3'
<dependency org="com.github.attt" name="archer-core" rev="1.0-rc3">
<artifact name="archer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.attt', module='archer-core', version='1.0-rc3')
)
libraryDependencies += "com.github.attt" % "archer-core" % "1.0-rc3"
[com.github.attt/archer-core "1.0-rc3"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.cache : cache-api | jar | 1.1.1 |
| com.alibaba : fastjson | jar | 1.2.71 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.reflections : reflections | jar | 0.9.12 |
| org.springframework : spring-expression | jar | 4.3.18.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| cglib : cglib | jar | 3.3.0 |
| com.caucho : hessian | jar | 4.0.63 |
| com.esotericsoftware : kryo | jar | 4.0.2 |
| de.javakaffee : kryo-serializers | jar | 0.45 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |