MVN

me.wuwenbin : template-utils-lang

Maven & Gradle

Jun 28, 2017
3 usages

template-utils-lang · some java tools.

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-utils-lang</artifactId>
    <version>2.7.3.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.wuwenbin : template-utils-lang to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.7.3.RELEASE

All Versions

Choose a version of me.wuwenbin : template-utils-lang to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.7.x
template-utils-lang-2.7.3.RELEASE
template-utils-lang-2.7.2.RELEASE
template-utils-lang-2.7.1.RELEASE
template-utils-lang-2.7.0.RELEASE
2.6.x
template-utils-lang-2.6.0.RELEASE
2.0.x
template-utils-lang-2.0.0.RELEASE
1.3.x
template-utils-lang-1.3.1.RELEASE
1.2.x
template-utils-lang-1.2.1
template-utils-lang-1.2.0
1.1.x
template-utils-lang-1.1.0
1.0.x
template-utils-lang-1.0.1
template-utils-lang-1.0.0

How to add a dependency to Maven

Add the following me.wuwenbin : template-utils-lang maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-utils-lang</artifactId>
    <version>2.7.3.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following me.wuwenbin : template-utils-lang gradle dependency to your build.gradle file:

implementation 'me.wuwenbin:template-utils-lang:2.7.3.RELEASE'

Gradle Kotlin DSL: Add the following me.wuwenbin : template-utils-lang gradle kotlin dependency to your build.gradle.kts file:

implementation("me.wuwenbin:template-utils-lang:2.7.3.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following me.wuwenbin : template-utils-lang sbt scala dependency to your build.sbt file:

libraryDependencies += "me.wuwenbin" % "template-utils-lang" % "2.7.3.RELEASE"

Advertisement