MVN

cn.keking : spring-boot-klock-starter

Maven & Gradle

Nov 25, 2022
1 usages
798 stars

spring-boot-klock-starter · The kLock Project

<dependency>
    <groupId>cn.keking</groupId>
    <artifactId>spring-boot-klock-starter</artifactId>
    <version>1.5-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.keking : spring-boot-klock-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5-RELEASE

All Versions

Choose a version of cn.keking : spring-boot-klock-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5
spring-boot-klock-starter-1.5-RELEASE
1.4
spring-boot-klock-starter-1.4-RELEASE
1.3
spring-boot-klock-starter-1.3-RELEASE
1.2
spring-boot-klock-starter-1.2-RELEASE
1.1
spring-boot-klock-starter-1.1-RELEASE

How to add a dependency to Maven

Add the following cn.keking : spring-boot-klock-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.keking</groupId>
    <artifactId>spring-boot-klock-starter</artifactId>
    <version>1.5-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.keking : spring-boot-klock-starter gradle dependency to your build.gradle file:

implementation 'cn.keking:spring-boot-klock-starter:1.5-RELEASE'

Gradle Kotlin DSL: Add the following cn.keking : spring-boot-klock-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.keking:spring-boot-klock-starter:1.5-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.keking : spring-boot-klock-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.keking" % "spring-boot-klock-starter" % "1.5-RELEASE"

Advertisement