MVN

com.gitee.suveng : util-spring

Maven & Gradle

Nov 08, 2020
2 usages

util-spring · util for develop

<dependency>
    <groupId>com.gitee.suveng</groupId>
    <artifactId>util-spring</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitee.suveng : util-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of com.gitee.suveng : util-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
util-spring-1.0.16
util-spring-1.0.15
util-spring-1.0.14
util-spring-1.0.8
util-spring-1.0.7
util-spring-1.0.6
util-spring-1.0.5
util-spring-1.0.4

How to add a dependency to Maven

Add the following com.gitee.suveng : util-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.gitee.suveng</groupId>
    <artifactId>util-spring</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.gitee.suveng : util-spring gradle dependency to your build.gradle file:

implementation 'com.gitee.suveng:util-spring:1.0.16'

Gradle Kotlin DSL: Add the following com.gitee.suveng : util-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.gitee.suveng:util-spring:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.gitee.suveng : util-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.gitee.suveng" % "util-spring" % "1.0.16"

Advertisement