License |
License |
---|---|
GroupId | GroupIdcom.siashan |
ArtifactId | ArtifactIdtoolkit-cache |
Version | Version1.0.8 |
Type | Typejar |
Description |
Descriptionsiashan-toolkit是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率。
|
Filename | Size |
---|---|
toolkit-cache-1.0.8.pom | |
toolkit-cache-1.0.8.jar | 10 KB |
toolkit-cache-1.0.8-sources.jar | 7 KB |
toolkit-cache-1.0.8-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.siashan/toolkit-cache/ -->
<dependency>
<groupId>com.siashan</groupId>
<artifactId>toolkit-cache</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.siashan/toolkit-cache/
implementation 'com.siashan:toolkit-cache:1.0.8'
// https://jarcasting.com/artifacts/com.siashan/toolkit-cache/
implementation ("com.siashan:toolkit-cache:1.0.8")
'com.siashan:toolkit-cache:jar:1.0.8'
<dependency org="com.siashan" name="toolkit-cache" rev="1.0.8">
<artifact name="toolkit-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.siashan', module='toolkit-cache', version='1.0.8')
)
libraryDependencies += "com.siashan" % "toolkit-cache" % "1.0.8"
[com.siashan/toolkit-cache "1.0.8"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter Optional | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-data-redis Optional | jar | |
com.github.ben-manes.caffeine : caffeine Optional | jar | |
org.projectlombok : lombok Optional | jar | 1.18.12 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |