MVN

com.gitee.osinn : spring-boot-klock-starter

Maven & Gradle

Nov 19, 2021

The kLock Project

<dependency>
    <groupId>com.gitee.osinn</groupId>
    <artifactId>spring-boot-klock-starter</artifactId>
    <version>v1.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.osinn : spring-boot-klock-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: v1.5.0

All Versions

Choose a version of com.gitee.osinn : spring-boot-klock-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
v1.5.x
spring-boot-klock-starter-v1.5.0
v1.5
spring-boot-klock-starter-v1.5

How to add a dependency to Maven

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

<dependency>
    <groupId>com.gitee.osinn</groupId>
    <artifactId>spring-boot-klock-starter</artifactId>
    <version>v1.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.osinn : spring-boot-klock-starter gradle dependency to your build.gradle file:

implementation 'com.gitee.osinn:spring-boot-klock-starter:v1.5.0'

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

implementation("com.gitee.osinn:spring-boot-klock-starter:v1.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.osinn : spring-boot-klock-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.osinn" % "spring-boot-klock-starter" % "v1.5.0"