Maven Dependency fastjson >> 1.2.28.odps

In this page we are giving Maven Dependency of com.alibaba >> fastjson version1.2.28.odps

Ads

:::ADS::: 300x600 Tutorials   
adsNew.get("ads8")

You should include the dependency code given in this page to add Maven Dependency of com.alibaba >> fastjson version1.2.28.odps in your project.

In this page we are going to discuss about fastjson version 1.2.28.odps maven dependencies. Maven tool is project management tool which you use to manage your project and easily use fastjson version 1.2.28.odps dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of fastjson version 1.2.28.odps and include the necessary jar files in the project.

Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.

We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of fastjson version 1.2.28.odps

Maven dependency of fastjson version 1.2.28.odps:

<dependency>
	<groupId>com.alibaba</groupId>
	<artifactId>fastjson</artifactId>
	<version>1.2.28.odps</version>
</dependency>

Gradle Dependency of fastjson version 1.2.28.odps

compile group: 'com.alibaba', name: 'fastjson', version: '1.2.28.odps'

SBT Dependency of fastjson version 1.2.28.odps

libraryDependencies += "com.alibaba" % "fastjson" % "1.2.28.odps"

Ivy Dependency of fastjson version 1.2.28.odps

<dependency org="com.alibaba" name="fastjson" rev="1.2.28.odps"/>

Grape Dependency of fastjson version 1.2.28.odps

@Grapes(
    @Grab(group='com.alibaba', module='fastjson', version='1.2.28.odps')
)

Leiningen Dependency of fastjson version 1.2.28.odps

[com.alibaba/fastjson "1.2.28.odps"]

Buildr Dependency of fastjson version 1.2.28.odps

'com.alibaba:fastjson:jar:1.2.28.odps'

Advertisements

:::ADS::: responsive