e

elasticjob-script-executor

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