Download jsunit-maven2-plugin-1.3.jar file - Jar j

Jar examples for j:jsunit-maven2-plugin

Description

Project to build the JsUnit Maven 2 Plugin.

You can download jar file jsunit-maven2-plugin 1.3 in this page.

License

Apache License

Build File

You can use the following script to add jsunit-maven2-plugin-1.3.jar to your project.

<dependency>
   <groupId>de.berlios.jsunit</groupId>
   <artifactId>jsunit-maven2-plugin</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'de.berlios.jsunit', name: 'jsunit-maven2-plugin', version: '1.3'
libraryDependencies += "de.berlios.jsunit" % "jsunit-maven2-plugin" % "1.3"
<dependency org="de.berlios.jsunit" name="jsunit-maven2-plugin" rev="1.3"/>
@Grapes(@Grab(group='de.berlios.jsunit', module='jsunit-maven2-plugin', version='1.3'))
'de.berlios.jsunit:jsunit-maven2-plugin:jar:1.3'

Download

Click the following link to download the jar file.

jsunit-maven2-plugin-1.3-javadoc.jar
jsunit-maven2-plugin-1.3-sources.jar
jsunit-maven2-plugin-1.3.jar
jsunit-maven2-plugin-1.3.pom



Related Tutorials