MVN

com.quanminshangxian : tool

Maven & Gradle

Jul 16, 2022
1 stars

com.quanminshangxian:tool · Java encapsulation tool class lib

<dependency>
    <groupId>com.quanminshangxian</groupId>
    <artifactId>tool</artifactId>
    <version>1.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.quanminshangxian : tool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.3

All Versions

Choose a version of com.quanminshangxian : tool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
tool-1.2.3
tool-1.2.2
tool-1.2.0
1.1.x
tool-1.1.8
tool-1.1.6
tool-1.1.5
tool-1.1.3
tool-1.1.2
tool-1.1.1
tool-1.1.0
1.0.x
tool-1.0.6
tool-1.0.5
tool-1.0.4
tool-1.0.3

How to add a dependency to Maven

Add the following com.quanminshangxian : tool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.quanminshangxian</groupId>
    <artifactId>tool</artifactId>
    <version>1.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.quanminshangxian : tool gradle dependency to your build.gradle file:

implementation 'com.quanminshangxian:tool:1.2.3'

Gradle Kotlin DSL: Add the following com.quanminshangxian : tool gradle kotlin dependency to your build.gradle.kts file:

implementation("com.quanminshangxian:tool:1.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.quanminshangxian : tool sbt scala dependency to your build.sbt file:

libraryDependencies += "com.quanminshangxian" % "tool" % "1.2.3"

Advertisement