GroupId | GroupIdcom.github.sparkzxl |
---|---|
ArtifactId | ArtifactIdsparkzxl-cache-starter |
Version | Version1.3.4 |
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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-cache-starter/
implementation 'com.github.sparkzxl:sparkzxl-cache-starter:1.3.4'
// https://jarcasting.com/artifacts/com.github.sparkzxl/sparkzxl-cache-starter/
implementation ("com.github.sparkzxl:sparkzxl-cache-starter:1.3.4")
'com.github.sparkzxl:sparkzxl-cache-starter:jar:1.3.4'
<dependency org="com.github.sparkzxl" name="sparkzxl-cache-starter" rev="1.3.4">
<artifact name="sparkzxl-cache-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sparkzxl', module='sparkzxl-cache-starter', version='1.3.4')
)
libraryDependencies += "com.github.sparkzxl" % "sparkzxl-cache-starter" % "1.3.4"
[com.github.sparkzxl/sparkzxl-cache-starter "1.3.4"]