MVN

org.hswebframework.web : hsweb-commons-utils

Maven & Gradle

Aug 28, 2020
8 usages
8k stars

通用模块-工具类

<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-commons-utils</artifactId>
    <version>3.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hswebframework.web : hsweb-commons-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.11

All Versions

Choose a version of org.hswebframework.web : hsweb-commons-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
hsweb-commons-utils-3.0.11
hsweb-commons-utils-3.0.10
hsweb-commons-utils-3.0.9
hsweb-commons-utils-3.0.8
hsweb-commons-utils-3.0.7
hsweb-commons-utils-3.0.6
hsweb-commons-utils-3.0.5
hsweb-commons-utils-3.0.4
hsweb-commons-utils-3.0.3
hsweb-commons-utils-3.0.2
hsweb-commons-utils-3.0.1
hsweb-commons-utils-3.0.0

How to add a dependency to Maven

Add the following org.hswebframework.web : hsweb-commons-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hswebframework.web</groupId>
    <artifactId>hsweb-commons-utils</artifactId>
    <version>3.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hswebframework.web : hsweb-commons-utils gradle dependency to your build.gradle file:

implementation 'org.hswebframework.web:hsweb-commons-utils:3.0.11'

Gradle Kotlin DSL: Add the following org.hswebframework.web : hsweb-commons-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hswebframework.web:hsweb-commons-utils:3.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hswebframework.web : hsweb-commons-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hswebframework.web" % "hsweb-commons-utils" % "3.0.11"

Advertisement