MVN

io.github.chichengyu : task-spring-boot-starter

Maven & Gradle

Nov 13, 2022
0 stars

task-spring-boot-starter · 基于spring的定时任务工具与常用工具包

<dependency>
    <groupId>io.github.chichengyu</groupId>
    <artifactId>task-spring-boot-starter</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.chichengyu : task-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.1.RELEASE

All Versions

Choose a version of io.github.chichengyu : task-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
task-spring-boot-starter-2.1.1.RELEASE
2.0.x
task-spring-boot-starter-2.0.0.RELEASE
1.3.x
task-spring-boot-starter-1.3.22.RELEASE
task-spring-boot-starter-1.3.21.RELEASE
task-spring-boot-starter-1.3.20.RELEASE
task-spring-boot-starter-1.3.19.RELEASE
task-spring-boot-starter-1.3.18.RELEASE
task-spring-boot-starter-1.3.17.RELEASE
task-spring-boot-starter-1.3.15.RELEASE
task-spring-boot-starter-1.3.14.RELEASE
task-spring-boot-starter-1.3.13.RELEASE
task-spring-boot-starter-1.3.12.RELEASE
task-spring-boot-starter-1.3.11.RELEASE
task-spring-boot-starter-1.3.10.RELEASE
task-spring-boot-starter-1.3.9.RELEASE
task-spring-boot-starter-1.3.8.RELEASE
task-spring-boot-starter-1.3.7.RELEASE
task-spring-boot-starter-1.3.6.RELEASE
task-spring-boot-starter-1.3.5.RELEASE
task-spring-boot-starter-1.3.4.RELEASE
task-spring-boot-starter-1.3.3.RELEASE
1.2.x
task-spring-boot-starter-1.2.16.RELEASE
task-spring-boot-starter-1.2.14.RELEASE
task-spring-boot-starter-1.2.13.RELEASE
task-spring-boot-starter-1.2.10.RELEASE
task-spring-boot-starter-1.2.9.RELEASE
task-spring-boot-starter-1.2.8.RELEASE
task-spring-boot-starter-1.2.7.RELEASE
task-spring-boot-starter-1.2.6.RELEASE
task-spring-boot-starter-1.2.3.RELEASE
task-spring-boot-starter-1.2.2.RELEASE
1.1.x
task-spring-boot-starter-1.1.17.RELEASE
task-spring-boot-starter-1.1.16.RELEASE
task-spring-boot-starter-1.1.6.RELEASE
task-spring-boot-starter-1.1.2.RELEASE
1.0.x
task-spring-boot-starter-1.0.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.chichengyu</groupId>
    <artifactId>task-spring-boot-starter</artifactId>
    <version>2.1.1.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.chichengyu:task-spring-boot-starter:2.1.1.RELEASE'

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

implementation("io.github.chichengyu:task-spring-boot-starter:2.1.1.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.chichengyu" % "task-spring-boot-starter" % "2.1.1.RELEASE"