Maven Dependency geofence >> 1.8.9.3-SNAPSHOT-PHONEGAP

In this page we are giving Maven Dependency of com.streethawk >> geofence 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 >> geofence version1.8.9.3-SNAPSHOT-PHONEGAP in your project.

In this page we are going to discuss about geofence 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 geofence 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 geofence 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 geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

Maven dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP:

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

Gradle Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

SBT Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Ivy Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Grape Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Leiningen Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Buildr Dependency of geofence version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Advertisements

Ads