Download jfcunit-2.08.jar file - Jar j

Jar examples for j:jfcunit

Description

jfcUnit enables developers to write test cases for Java Swing based applications

You can download jar file jfcunit 2.08 in this page.

Build File

You can use the following script to add jfcunit-2.08.jar to your project.

<dependency>
   <groupId>net.sf.jfcunit</groupId>
   <artifactId>jfcunit</artifactId>
   <version>2.08</version>
</dependency>
compile group: 'net.sf.jfcunit', name: 'jfcunit', version: '2.08'
libraryDependencies += "net.sf.jfcunit" % "jfcunit" % "2.08"
<dependency org="net.sf.jfcunit" name="jfcunit" rev="2.08"/>
@Grapes(@Grab(group='net.sf.jfcunit', module='jfcunit', version='2.08'))
'net.sf.jfcunit:jfcunit:jar:2.08'

Download

Click the following link to download the jar file.

jfcunit-2.08-sources.jar
jfcunit-2.08.jar
jfcunit-2.08.pom



Related Tutorials