Download maven-classpath-plugin-1.9.jar file - Jar m

Jar examples for m:maven-classpath-plugin

Description

FitNesse plugin for adding libraries from a Maven pom.xml configuration.

You can download jar file maven-classpath-plugin 1.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-classpath-plugin-1.9.jar to your project.

<dependency>
   <groupId>org.fitnesse.plugins</groupId>
   <artifactId>maven-classpath-plugin</artifactId>
   <version>1.9</version>
</dependency>
compile group: 'org.fitnesse.plugins', name: 'maven-classpath-plugin', version: '1.9'
libraryDependencies += "org.fitnesse.plugins" % "maven-classpath-plugin" % "1.9"
<dependency org="org.fitnesse.plugins" name="maven-classpath-plugin" rev="1.9"/>
@Grapes(@Grab(group='org.fitnesse.plugins', module='maven-classpath-plugin', version='1.9'))
'org.fitnesse.plugins:maven-classpath-plugin:jar:1.9'

Download

Click the following link to download the jar file.

maven-classpath-plugin-1.9-jar-with-dependencies.jar
maven-classpath-plugin-1.9-javadoc.jar
maven-classpath-plugin-1.9-sources.jar
maven-classpath-plugin-1.9.jar
maven-classpath-plugin-1.9.pom



Related Tutorials