m

maven-classpath-plugin

A FitNesse Plugin that generate classpath from a pomFile.
http://github.com/joel1di1/fitnesse-maven-classpath
Apache 2
Benoit Lafontaine Lars Vonk
Files download
File Operation
maven-classpath-plugin-1.2.7.jar download
maven-classpath-plugin-1.2.7.pom download
maven-classpath-plugin-1.2.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.joel1di1</groupId>
  <artifactId>maven-classpath-plugin</artifactId>
  <version>1.2.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.joel1di1:maven-classpath-plugin:1.2.7'
Gradle Kotlin
implementation("com.github.joel1di1:maven-classpath-plugin:1.2.7")
Scala SBT
libraryDependencies += "com.github.joel1di1" % "maven-classpath-plugin" % "1.2.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.joel1di1', module='maven-classpath-plugin', version='1.2.7')
)
Apache Ivy
<dependency org="com.github.joel1di1" name="maven-classpath-plugin" rev="1.2.7" />
Leiningen
[com.github.joel1di1/maven-classpath-plugin "1.2.7"]
Apache Buildr
'com.github.joel1di1:maven-classpath-plugin:jar:1.2.7'