MVN

cn.stylefeng.roses : timer-sdk-hutool

Maven & Gradle

Apr 26, 2023
1 usages
<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>timer-sdk-hutool</artifactId>
    <version>7.3.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.stylefeng.roses : timer-sdk-hutool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.4

All Versions

Choose a version of cn.stylefeng.roses : timer-sdk-hutool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
timer-sdk-hutool-7.3.4
timer-sdk-hutool-7.3.3
timer-sdk-hutool-7.3.2
timer-sdk-hutool-7.3.1
7.2.x
timer-sdk-hutool-7.2.4
timer-sdk-hutool-7.2.3
timer-sdk-hutool-7.2.2
timer-sdk-hutool-7.2.1
timer-sdk-hutool-7.2.0
7.1.x
timer-sdk-hutool-7.1.5
timer-sdk-hutool-7.1.4
timer-sdk-hutool-7.1.3
timer-sdk-hutool-7.1.2
timer-sdk-hutool-7.1.1
timer-sdk-hutool-7.1.0.Final
timer-sdk-hutool-7.1.0
7.0.x
timer-sdk-hutool-7.0.3
timer-sdk-hutool-7.0.2
timer-sdk-hutool-7.0.1
timer-sdk-hutool-7.0.0

How to add a dependency to Maven

Add the following cn.stylefeng.roses : timer-sdk-hutool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.stylefeng.roses</groupId>
    <artifactId>timer-sdk-hutool</artifactId>
    <version>7.3.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.stylefeng.roses : timer-sdk-hutool gradle dependency to your build.gradle file:

implementation 'cn.stylefeng.roses:timer-sdk-hutool:7.3.4'

Gradle Kotlin DSL: Add the following cn.stylefeng.roses : timer-sdk-hutool gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.stylefeng.roses:timer-sdk-hutool:7.3.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.stylefeng.roses : timer-sdk-hutool sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.stylefeng.roses" % "timer-sdk-hutool" % "7.3.4"

Advertisement