MVN

cn.zhxu : web-toys

Maven & Gradle

Jul 04, 2023

Web Toys · 后端开发小组件(短信、验证码、OSS、分布式锁、工具类等)

<dependency>
    <groupId>cn.zhxu</groupId>
    <artifactId>web-toys</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.zhxu : web-toys to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of cn.zhxu : web-toys to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
web-toys-0.0.7
web-toys-0.0.6
web-toys-0.0.5
web-toys-0.0.4
web-toys-0.0.3
web-toys-0.0.2
web-toys-0.0.1

How to add a dependency to Maven

Add the following cn.zhxu : web-toys maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.zhxu</groupId>
    <artifactId>web-toys</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.zhxu : web-toys gradle dependency to your build.gradle file:

implementation 'cn.zhxu:web-toys:0.0.7'

Gradle Kotlin DSL: Add the following cn.zhxu : web-toys gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.zhxu:web-toys:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.zhxu : web-toys sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.zhxu" % "web-toys" % "0.0.7"