Maven Dependency rcf-app-archetype >> 0.1.0-20170413

In this page we are giving Maven Dependency of com.agapsys >> rcf-app-archetype version0.1.0-20170413

Ads

Tutorials   

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

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

Maven dependency automatically download dependent library of rcf-app-archetype version 0.1.0-20170413 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-app-archetype version 0.1.0-20170413

Maven dependency of rcf-app-archetype version 0.1.0-20170413:

<dependency>
	<groupId>com.agapsys</groupId>
	<artifactId>rcf-app-archetype</artifactId>
	<version>0.1.0-20170413</version>
</dependency>

Gradle Dependency of rcf-app-archetype version 0.1.0-20170413

compile group: 'com.agapsys', name: 'rcf-app-archetype', version: '0.1.0-20170413'

SBT Dependency of rcf-app-archetype version 0.1.0-20170413

libraryDependencies += "com.agapsys" % "rcf-app-archetype" % "0.1.0-20170413"

Ivy Dependency of rcf-app-archetype version 0.1.0-20170413

<dependency org="com.agapsys" name="rcf-app-archetype" rev="0.1.0-20170413"/>

Grape Dependency of rcf-app-archetype version 0.1.0-20170413

@Grapes(
    @Grab(group='com.agapsys', module='rcf-app-archetype', version='0.1.0-20170413')
)

Leiningen Dependency of rcf-app-archetype version 0.1.0-20170413

[com.agapsys/rcf-app-archetype "0.1.0-20170413"]

Buildr Dependency of rcf-app-archetype version 0.1.0-20170413

'com.agapsys:rcf-app-archetype:jar:0.1.0-20170413'

Advertisements