MVN

org.apache.shardingsphere.elasticjob : elasticjob-script-executor

Maven & Gradle

Mar 21, 2023
6 usages
7.9k stars

elasticjob-script-executor

<dependency>
    <groupId>org.apache.shardingsphere.elasticjob</groupId>
    <artifactId>elasticjob-script-executor</artifactId>
    <version>3.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.shardingsphere.elasticjob : elasticjob-script-executor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.3
  • Latest Release Candidate: 3.0.0-RC1
  • Latest Beta: 3.0.0-beta
  • Latest Alpha: 3.0.0-alpha

All Versions

Choose a version of org.apache.shardingsphere.elasticjob : elasticjob-script-executor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
elasticjob-script-executor-3.0.3
elasticjob-script-executor-3.0.2
elasticjob-script-executor-3.0.1
elasticjob-script-executor-3.0.0
elasticjob-script-executor-3.0.0-RC1
elasticjob-script-executor-3.0.0-beta
elasticjob-script-executor-3.0.0-alpha

How to add a dependency to Maven

Add the following org.apache.shardingsphere.elasticjob : elasticjob-script-executor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.shardingsphere.elasticjob</groupId>
    <artifactId>elasticjob-script-executor</artifactId>
    <version>3.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.shardingsphere.elasticjob : elasticjob-script-executor gradle dependency to your build.gradle file:

implementation 'org.apache.shardingsphere.elasticjob:elasticjob-script-executor:3.0.3'

Gradle Kotlin DSL: Add the following org.apache.shardingsphere.elasticjob : elasticjob-script-executor gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.shardingsphere.elasticjob:elasticjob-script-executor:3.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.shardingsphere.elasticjob : elasticjob-script-executor sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.shardingsphere.elasticjob" % "elasticjob-script-executor" % "3.0.3"

Advertisement