| License |
License |
|---|---|
| GroupId | GroupIdcom.dtguai.cache |
| ArtifactId | ArtifactIddtguai-cache |
| Last Version | Last Version1.0.1.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondtguai-cache
Parent pom providing dependency and plugin management for applications built with Maven
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dtguai-cache-1.0.1.RELEASE.pom | |
| dtguai-cache-1.0.1.RELEASE.jar | 22 KB |
| dtguai-cache-1.0.1.RELEASE-sources.jar | 17 KB |
| dtguai-cache-1.0.1.RELEASE-javadoc.jar | 156 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dtguai.cache/dtguai-cache/ -->
<dependency>
<groupId>com.dtguai.cache</groupId>
<artifactId>dtguai-cache</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.dtguai.cache/dtguai-cache/
implementation 'com.dtguai.cache:dtguai-cache:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.dtguai.cache/dtguai-cache/
implementation ("com.dtguai.cache:dtguai-cache:1.0.1.RELEASE")
'com.dtguai.cache:dtguai-cache:jar:1.0.1.RELEASE'
<dependency org="com.dtguai.cache" name="dtguai-cache" rev="1.0.1.RELEASE">
<artifact name="dtguai-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dtguai.cache', module='dtguai-cache', version='1.0.1.RELEASE')
)
libraryDependencies += "com.dtguai.cache" % "dtguai-cache" % "1.0.1.RELEASE"
[com.dtguai.cache/dtguai-cache "1.0.1.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.3.9.RELEASE |
| org.springframework.boot : spring-boot-starter-data-redis | jar | 2.3.9.RELEASE |
| org.apache.commons : commons-pool2 | jar | 2.8.1 |
| com.alibaba : fastjson | jar | 1.2.75 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.projectlombok : lombok | jar | 1.18.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.3.9.RELEASE |