GroupId | GroupIdcom.lingdonge |
---|---|
ArtifactId | ArtifactIdcloud-cache |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
cloud-cache-3.0.3.pom | |
cloud-cache-3.0.3.jar | 4 KB |
cloud-cache-3.0.3-sources.jar | 3 KB |
cloud-cache-3.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lingdonge/cloud-cache/
implementation 'com.lingdonge:cloud-cache:3.0.3'
// https://jarcasting.com/artifacts/com.lingdonge/cloud-cache/
implementation ("com.lingdonge:cloud-cache:3.0.3")
'com.lingdonge:cloud-cache:jar:3.0.3'
<dependency org="com.lingdonge" name="cloud-cache" rev="3.0.3">
<artifact name="cloud-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lingdonge', module='cloud-cache', version='3.0.3')
)
libraryDependencies += "com.lingdonge" % "cloud-cache" % "3.0.3"
[com.lingdonge/cloud-cache "3.0.3"]