Maven Dependency rcf-core >> 0.1.0-20170513

In this page we are giving Maven Dependency of com.agapsys >> rcf-core version0.1.0-20170513

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.agapsys >> rcf-core version0.1.0-20170513 in your project.

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

Maven dependency automatically download dependent library of rcf-core version 0.1.0-20170513 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 rcf-core version 0.1.0-20170513

Maven dependency of rcf-core version 0.1.0-20170513:

<dependency>
	<groupId>com.agapsys</groupId>
	<artifactId>rcf-core</artifactId>
	<version>0.1.0-20170513</version>
</dependency>

Gradle Dependency of rcf-core version 0.1.0-20170513

compile group: 'com.agapsys', name: 'rcf-core', version: '0.1.0-20170513'

SBT Dependency of rcf-core version 0.1.0-20170513

libraryDependencies += "com.agapsys" % "rcf-core" % "0.1.0-20170513"

Ivy Dependency of rcf-core version 0.1.0-20170513

<dependency org="com.agapsys" name="rcf-core" rev="0.1.0-20170513"/>

Grape Dependency of rcf-core version 0.1.0-20170513

@Grapes(
    @Grab(group='com.agapsys', module='rcf-core', version='0.1.0-20170513')
)

Leiningen Dependency of rcf-core version 0.1.0-20170513

[com.agapsys/rcf-core "0.1.0-20170513"]

Buildr Dependency of rcf-core version 0.1.0-20170513

'com.agapsys:rcf-core:jar:0.1.0-20170513'

Advertisements