MVN

cn.songxinqiang : stool

Maven & Gradle

Aug 08, 2018

Songxinqiang Tool · Java项目开发的一些工具类

<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>stool</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.songxinqiang : stool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.0

All Versions

Choose a version of cn.songxinqiang : stool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
stool-2.1.0
2.0.x
stool-2.0.7
stool-2.0.6
stool-2.0.5
stool-2.0.4
stool-2.0.3
stool-2.0.2
stool-2.0.1
stool-2.0.0
1.2.x
stool-1.2.0
1.1.x
stool-1.1.3
stool-1.1.2
stool-1.1.1
stool-1.1.0
1.0.x
stool-1.0.4
stool-1.0.3
stool-1.0.2
stool-1.0.1
stool-1.0.0

How to add a dependency to Maven

Add the following cn.songxinqiang : stool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.songxinqiang</groupId>
    <artifactId>stool</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.songxinqiang : stool gradle dependency to your build.gradle file:

implementation 'cn.songxinqiang:stool:2.1.0'

Gradle Kotlin DSL: Add the following cn.songxinqiang : stool gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.songxinqiang:stool:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.songxinqiang : stool sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.songxinqiang" % "stool" % "2.1.0"