GroupId | GroupIdcom.lingdonge |
---|---|
ArtifactId | ArtifactIdcloud-cache |
Version | Version3.0.4 |
Type | Typejar |
Filename | Size |
---|---|
cloud-cache-3.0.4.pom | |
cloud-cache-3.0.4.jar | 4 KB |
cloud-cache-3.0.4-sources.jar | 3 KB |
cloud-cache-3.0.4-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lingdonge/cloud-cache/ -->
<dependency>
<groupId>com.lingdonge</groupId>
<artifactId>cloud-cache</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/cloud-cache/
implementation 'com.lingdonge:cloud-cache:3.0.4'
// https://jarcasting.com/artifacts/com.lingdonge/cloud-cache/
implementation ("com.lingdonge:cloud-cache:3.0.4")
'com.lingdonge:cloud-cache:jar:3.0.4'
<dependency org="com.lingdonge" name="cloud-cache" rev="3.0.4">
<artifact name="cloud-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='cloud-cache', version='3.0.4')
)
libraryDependencies += "com.lingdonge" % "cloud-cache" % "3.0.4"
[com.lingdonge/cloud-cache "3.0.4"]