GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-cache-starter |
Version | Version1.4.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-cache-starter/ -->
<dependency>
<groupId>com.github.sparkzxl</groupId>
<artifactId>sparkzxl-cache-starter</artifactId>
<version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-cache-starter/
implementation 'com.github.sparkzxl:sparkzxl-cache-starter:1.4.1'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-cache-starter/
implementation ("com.github.sparkzxl:sparkzxl-cache-starter:1.4.1")
'com.github.sparkzxl:sparkzxl-cache-starter:jar:1.4.1'
<dependency org="com.github.sparkzxl" name="sparkzxl-cache-starter" rev="1.4.1">
<artifact name="sparkzxl-cache-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-cache-starter', version='1.4.1')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-cache-starter" % "1.4.1"
[com.github.sparkzxl/sparkzxl-cache-starter "1.4.1"]