MVN

me.wuwenbin : template-tools-util

Maven & Gradle

Nov 15, 2017
1 usages
0 stars

template-tools-util · 常用操作工具类集合

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-tools-util</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.2.0.RELEASE

All Versions

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

Version Vulnerabilities Updated
1.2.x
template-tools-util-1.2.0.RELEASE
1.0.x
template-tools-util-1.0.3.RELEASE
template-tools-util-1.0.2.RELEASE
template-tools-util-1.0.1.RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-tools-util</artifactId>
    <version>1.2.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'me.wuwenbin:template-tools-util:1.2.0.RELEASE'

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

implementation("me.wuwenbin:template-tools-util:1.2.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.wuwenbin" % "template-tools-util" % "1.2.0.RELEASE"

Advertisement