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