Maven Dependency locations >> 1.8.9.3-SNAPSHOT-PHONEGAP

In this page we are giving Maven Dependency of com.streethawk >> locations version1.8.9.3-SNAPSHOT-PHONEGAP

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.streethawk >> locations version1.8.9.3-SNAPSHOT-PHONEGAP in your project.

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

Maven dependency automatically download dependent library of locations version 1.8.9.3-SNAPSHOT-PHONEGAP 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 locations version 1.8.9.3-SNAPSHOT-PHONEGAP

Maven dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP:

<dependency>
	<groupId>com.streethawk</groupId>
	<artifactId>locations</artifactId>
	<version>1.8.9.3-SNAPSHOT-PHONEGAP</version>
</dependency>

Gradle Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

compile group: 'com.streethawk', name: 'locations', version: '1.8.9.3-SNAPSHOT-PHONEGAP'

SBT Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

libraryDependencies += "com.streethawk" % "locations" % "1.8.9.3-SNAPSHOT-PHONEGAP"

Ivy Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

<dependency org="com.streethawk" name="locations" rev="1.8.9.3-SNAPSHOT-PHONEGAP"/>

Grape Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

@Grapes(
    @Grab(group='com.streethawk', module='locations', version='1.8.9.3-SNAPSHOT-PHONEGAP')
)

Leiningen Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

[com.streethawk/locations "1.8.9.3-SNAPSHOT-PHONEGAP"]

Buildr Dependency of locations version 1.8.9.3-SNAPSHOT-PHONEGAP

'com.streethawk:locations:jar:1.8.9.3-SNAPSHOT-PHONEGAP'

Advertisements

Ads