MVN

org.apache.shardingsphere.elasticjob : elasticjob-restful

Maven & Gradle

Mar 21, 2023
8 usages
7.9k stars

elasticjob-restful

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

Latest Version

Choose a version of org.apache.shardingsphere.elasticjob : elasticjob-restful 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

All Versions

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

Version Vulnerabilities Updated
3.0.x
elasticjob-restful-3.0.3
elasticjob-restful-3.0.2
elasticjob-restful-3.0.1
elasticjob-restful-3.0.0
elasticjob-restful-3.0.0-RC1
elasticjob-restful-3.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.shardingsphere.elasticjob</groupId>
    <artifactId>elasticjob-restful</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-restful gradle dependency to your build.gradle file:

implementation 'org.apache.shardingsphere.elasticjob:elasticjob-restful:3.0.3'

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

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

How to add a dependency to SBT Scala

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

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