MVN

me.wuwenbin : template-utils-json

Maven & Gradle

Jun 27, 2017
1 usages

template-utils-json · Provide json operations,including fastjson,gson, jackson and jodd's json.

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

Latest Version

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

  • Latest Stable: 1.3.0.RELEASE

All Versions

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

Version Vulnerabilities Updated
1.3.x
template-utils-json-1.3.0.RELEASE
1.2.x
template-utils-json-1.2.1.RELEASE
template-utils-json-1.2.0.RELEASE
1.0.x
template-utils-json-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>me.wuwenbin</groupId>
    <artifactId>template-utils-json</artifactId>
    <version>1.3.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'me.wuwenbin:template-utils-json:1.3.0.RELEASE'

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

implementation("me.wuwenbin:template-utils-json:1.3.0.RELEASE")

How to add a dependency to SBT Scala

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

libraryDependencies += "me.wuwenbin" % "template-utils-json" % "1.3.0.RELEASE"

Advertisement