MVN

com.github.wjw465150 : scheduled-task-spring-boot-starter

Maven & Gradle

Dec 20, 2021
5 stars

scheduled-task-spring-boot-starter · 分布式定时任务,封装了elastic-job-lite&elastic-job-lite-console,支持手动触发任务,支持手动添加任务,支持一次性任务

<dependency>
    <groupId>com.github.wjw465150</groupId>
    <artifactId>scheduled-task-spring-boot-starter</artifactId>
    <version>2.1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.wjw465150 : scheduled-task-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.8

All Versions

Choose a version of com.github.wjw465150 : scheduled-task-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
scheduled-task-spring-boot-starter-2.1.8
scheduled-task-spring-boot-starter-2.1.7
scheduled-task-spring-boot-starter-2.1.6
scheduled-task-spring-boot-starter-2.1.5

How to add a dependency to Maven

Add the following com.github.wjw465150 : scheduled-task-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.wjw465150</groupId>
    <artifactId>scheduled-task-spring-boot-starter</artifactId>
    <version>2.1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.wjw465150 : scheduled-task-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'com.github.wjw465150:scheduled-task-spring-boot-starter:2.1.8'

Gradle Kotlin DSL: Add the following com.github.wjw465150 : scheduled-task-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.wjw465150:scheduled-task-spring-boot-starter:2.1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.wjw465150 : scheduled-task-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.wjw465150" % "scheduled-task-spring-boot-starter" % "2.1.8"