Maven Dependency common-thrift-json >> 2.0.0-M11-bootstrap

In this page we are giving Maven Dependency of com.foursquare >> common-thrift-json version2.0.0-M11-bootstrap

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.foursquare >> common-thrift-json version2.0.0-M11-bootstrap in your project.

In this page we are going to discuss about common-thrift-json version 2.0.0-M11-bootstrap maven dependencies. Maven tool is project management tool which you use to manage your project and easily use common-thrift-json version 2.0.0-M11-bootstrap dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of common-thrift-json version 2.0.0-M11-bootstrap 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 common-thrift-json version 2.0.0-M11-bootstrap

Maven dependency of common-thrift-json version 2.0.0-M11-bootstrap:

<dependency>
	<groupId>com.foursquare</groupId>
	<artifactId>common-thrift-json</artifactId>
	<version>2.0.0-M11-bootstrap</version>
</dependency>

Gradle Dependency of common-thrift-json version 2.0.0-M11-bootstrap

compile group: 'com.foursquare', name: 'common-thrift-json', version: '2.0.0-M11-bootstrap'

SBT Dependency of common-thrift-json version 2.0.0-M11-bootstrap

libraryDependencies += "com.foursquare" % "common-thrift-json" % "2.0.0-M11-bootstrap"

Ivy Dependency of common-thrift-json version 2.0.0-M11-bootstrap

<dependency org="com.foursquare" name="common-thrift-json" rev="2.0.0-M11-bootstrap"/>

Grape Dependency of common-thrift-json version 2.0.0-M11-bootstrap

@Grapes(
    @Grab(group='com.foursquare', module='common-thrift-json', version='2.0.0-M11-bootstrap')
)

Leiningen Dependency of common-thrift-json version 2.0.0-M11-bootstrap

[com.foursquare/common-thrift-json "2.0.0-M11-bootstrap"]

Buildr Dependency of common-thrift-json version 2.0.0-M11-bootstrap

'com.foursquare:common-thrift-json:jar:2.0.0-M11-bootstrap'

Advertisements

Ads