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