Maven Dependency rcf-scanner-maven-plugin >> 0.1.0-20170322

In this page we are giving Maven Dependency of com.agapsys >> rcf-scanner-maven-plugin version0.1.0-20170322

Ads

Tutorials   

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

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

Maven dependency automatically download dependent library of rcf-scanner-maven-plugin version 0.1.0-20170322 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-scanner-maven-plugin version 0.1.0-20170322

Maven dependency of rcf-scanner-maven-plugin version 0.1.0-20170322:

<dependency>
	<groupId>com.agapsys</groupId>
	<artifactId>rcf-scanner-maven-plugin</artifactId>
	<version>0.1.0-20170322</version>
</dependency>

Gradle Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

compile group: 'com.agapsys', name: 'rcf-scanner-maven-plugin', version: '0.1.0-20170322'

SBT Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

libraryDependencies += "com.agapsys" % "rcf-scanner-maven-plugin" % "0.1.0-20170322"

Ivy Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

<dependency org="com.agapsys" name="rcf-scanner-maven-plugin" rev="0.1.0-20170322"/>

Grape Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

@Grapes(
    @Grab(group='com.agapsys', module='rcf-scanner-maven-plugin', version='0.1.0-20170322')
)

Leiningen Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

[com.agapsys/rcf-scanner-maven-plugin "0.1.0-20170322"]

Buildr Dependency of rcf-scanner-maven-plugin version 0.1.0-20170322

'com.agapsys:rcf-scanner-maven-plugin:jar:0.1.0-20170322'

Advertisements