License |
License |
---|---|
GroupId | GroupIdcom.siashan |
ArtifactId | ArtifactIdtoolkit-cache |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsiashan-toolkit是一个小而全的Java工具类库,通过静态方法封装,降低相关API的学习成本,提高工作效率。
|
Filename | Size |
---|---|
toolkit-cache-1.1.1.pom | |
toolkit-cache-1.1.1.jar | 10 KB |
toolkit-cache-1.1.1-sources.jar | 7 KB |
toolkit-cache-1.1.1-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.siashan/toolkit-cache/ -->
<dependency>
<groupId>com.siashan</groupId>
<artifactId>toolkit-cache</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.siashan/toolkit-cache/
implementation 'com.siashan:toolkit-cache:1.1.1'
// https://jarcasting.com/artifacts/com.siashan/toolkit-cache/
implementation ("com.siashan:toolkit-cache:1.1.1")
'com.siashan:toolkit-cache:jar:1.1.1'
<dependency org="com.siashan" name="toolkit-cache" rev="1.1.1">
<artifact name="toolkit-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.siashan', module='toolkit-cache', version='1.1.1')
)
libraryDependencies += "com.siashan" % "toolkit-cache" % "1.1.1"
[com.siashan/toolkit-cache "1.1.1"]
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 |