Maven Dependency growth >> 1.8.9.3-SNAPSHOT-PHONEGAP

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

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

Maven dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP:

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

Gradle Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

SBT Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Ivy Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Grape Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Leiningen Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Buildr Dependency of growth version 1.8.9.3-SNAPSHOT-PHONEGAP

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

Advertisements