Maven Dependency force-rest-api >> 0.0.31

In this page we are giving Maven Dependency of com.frejo >> force-rest-api version0.0.31

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.frejo >> force-rest-api version0.0.31 in your project.

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

Maven dependency automatically download dependent library of force-rest-api version 0.0.31 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 force-rest-api version 0.0.31

Maven dependency of force-rest-api version 0.0.31:

<dependency>
	<groupId>com.frejo</groupId>
	<artifactId>force-rest-api</artifactId>
	<version>0.0.31</version>
</dependency>

Gradle Dependency of force-rest-api version 0.0.31

compile group: 'com.frejo', name: 'force-rest-api', version: '0.0.31'

SBT Dependency of force-rest-api version 0.0.31

libraryDependencies += "com.frejo" % "force-rest-api" % "0.0.31"

Ivy Dependency of force-rest-api version 0.0.31

<dependency org="com.frejo" name="force-rest-api" rev="0.0.31"/>

Grape Dependency of force-rest-api version 0.0.31

@Grapes(
    @Grab(group='com.frejo', module='force-rest-api', version='0.0.31')
)

Leiningen Dependency of force-rest-api version 0.0.31

[com.frejo/force-rest-api "0.0.31"]

Buildr Dependency of force-rest-api version 0.0.31

'com.frejo:force-rest-api:jar:0.0.31'

Advertisements