Download maven-classpath-plugin-1.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials