MVN

com.eworkcloud : ework-cloud-starter-quartz

Maven & Gradle

Mar 24, 2020
1 usages

Ework Cloud Starter Quartz · Ework Cloud Starter Quartz

<dependency>
    <groupId>com.eworkcloud</groupId>
    <artifactId>ework-cloud-starter-quartz</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.eworkcloud : ework-cloud-starter-quartz to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1

All Versions

Choose a version of com.eworkcloud : ework-cloud-starter-quartz to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
ework-cloud-starter-quartz-2.2.1
ework-cloud-starter-quartz-2.2.0
2.1.x
ework-cloud-starter-quartz-2.1.9
ework-cloud-starter-quartz-2.1.8
ework-cloud-starter-quartz-2.1.7
ework-cloud-starter-quartz-2.1.6
ework-cloud-starter-quartz-2.1.5
ework-cloud-starter-quartz-2.1.4
ework-cloud-starter-quartz-2.1.3
ework-cloud-starter-quartz-2.1.2
ework-cloud-starter-quartz-2.1.1
ework-cloud-starter-quartz-2.1.0
2.0.x
ework-cloud-starter-quartz-2.0.9
ework-cloud-starter-quartz-2.0.8
ework-cloud-starter-quartz-2.0.7
ework-cloud-starter-quartz-2.0.6
ework-cloud-starter-quartz-2.0.5
ework-cloud-starter-quartz-2.0.4
ework-cloud-starter-quartz-2.0.3
ework-cloud-starter-quartz-2.0.2
ework-cloud-starter-quartz-2.0.1
ework-cloud-starter-quartz-2.0.0
1.8.x
ework-cloud-starter-quartz-1.8.6
ework-cloud-starter-quartz-1.8.5
ework-cloud-starter-quartz-1.8.4
ework-cloud-starter-quartz-1.8.3
ework-cloud-starter-quartz-1.8.2
ework-cloud-starter-quartz-1.8.1
ework-cloud-starter-quartz-1.8.0
1.7.x
ework-cloud-starter-quartz-1.7.9
ework-cloud-starter-quartz-1.7.8
ework-cloud-starter-quartz-1.7.7
ework-cloud-starter-quartz-1.7.6
ework-cloud-starter-quartz-1.7.5
ework-cloud-starter-quartz-1.7.4
ework-cloud-starter-quartz-1.7.3
ework-cloud-starter-quartz-1.7.2
ework-cloud-starter-quartz-1.7.1

How to add a dependency to Maven

Add the following com.eworkcloud : ework-cloud-starter-quartz maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.eworkcloud</groupId>
    <artifactId>ework-cloud-starter-quartz</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.eworkcloud : ework-cloud-starter-quartz gradle dependency to your build.gradle file:

implementation 'com.eworkcloud:ework-cloud-starter-quartz:2.2.1'

Gradle Kotlin DSL: Add the following com.eworkcloud : ework-cloud-starter-quartz gradle kotlin dependency to your build.gradle.kts file:

implementation("com.eworkcloud:ework-cloud-starter-quartz:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.eworkcloud : ework-cloud-starter-quartz sbt scala dependency to your build.sbt file:

libraryDependencies += "com.eworkcloud" % "ework-cloud-starter-quartz" % "2.2.1"

Advertisement