e

elasticjob-simple-executor

Apache License 2.0
Files download
File Operation
elasticjob-simple-executor-3.0.0-RC1.jar download
elasticjob-simple-executor-3.0.0-RC1.pom download
elasticjob-simple-executor-3.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.shardingsphere.elasticjob</groupId>
  <artifactId>elasticjob-simple-executor</artifactId>
  <version>3.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.apache.shardingsphere.elasticjob:elasticjob-simple-executor:3.0.0-RC1'
Gradle Kotlin
implementation("org.apache.shardingsphere.elasticjob:elasticjob-simple-executor:3.0.0-RC1")
Scala SBT
libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-simple-executor" % "3.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.shardingsphere.elasticjob', module='elasticjob-simple-executor', version='3.0.0-RC1')
)
Apache Ivy
<dependency org="org.apache.shardingsphere.elasticjob" name="elasticjob-simple-executor" rev="3.0.0-RC1" />
Leiningen
[org.apache.shardingsphere.elasticjob/elasticjob-simple-executor "3.0.0-RC1"]
Apache Buildr
'org.apache.shardingsphere.elasticjob:elasticjob-simple-executor:jar:3.0.0-RC1'