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

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

Ads

Tutorials   

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

In this page we are going to discuss about scanner-maven-plugin-lib version 0.1.0-20170322 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use scanner-maven-plugin-lib 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 scanner-maven-plugin-lib 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 scanner-maven-plugin-lib version 0.1.0-20170322

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Advertisements