e

elasticjob-cloud-common

Apache License 2.0
文件下载
文件名 操作
elasticjob-cloud-common-3.0.0.jar 下载
elasticjob-cloud-common-3.0.0.pom 下载
elasticjob-cloud-common-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere.elasticjob</groupId>
  <artifactId>elasticjob-cloud-common</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-cloud-common:3.0.0'
Gradle Kotlin
implementation("org.apache.shardingsphere.elasticjob:elasticjob-cloud-common:3.0.0")
Scala SBT
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-cloud-common" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-cloud-common', version='3.0.0')
)
Apache Ivy
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-cloud-common" rev="3.0.0" />
Leiningen
[org.apache.shardingsphere.elasticjob/elasticjob-cloud-common "3.0.0"]
Apache Buildr
'org.apache.shardingsphere.elasticjob:elasticjob-cloud-common:jar:3.0.0'