| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdnet.sf.jfcunit | 
| ArtifactId | ArtifactIdjfcunit | 
| Last Version | Last Version2.08 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionjfcunit jfcUnit enables developers to write test cases for Java Swing based applications | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| jfcunit-2.08.pom | |
| jfcunit-2.08.jar | 259 KB | 
| jfcunit-2.08-sources.jar | 313 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.jfcunit/jfcunit/ -->
<dependency>
    <groupId>net.sf.jfcunit</groupId>
    <artifactId>jfcunit</artifactId>
    <version>2.08</version>
</dependency>// https://jarcasting.com/artifacts/net.sf.jfcunit/jfcunit/
implementation 'net.sf.jfcunit:jfcunit:2.08'// https://jarcasting.com/artifacts/net.sf.jfcunit/jfcunit/
implementation ("net.sf.jfcunit:jfcunit:2.08")'net.sf.jfcunit:jfcunit:jar:2.08'<dependency org="net.sf.jfcunit" name="jfcunit" rev="2.08">
  <artifact name="jfcunit" type="jar" />
</dependency>@Grapes(
@Grab(group='net.sf.jfcunit', module='jfcunit', version='2.08')
)libraryDependencies += "net.sf.jfcunit" % "jfcunit" % "2.08"[net.sf.jfcunit/jfcunit "2.08"]| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 3.8.1 | 
| jakarta-regexp : jakarta-regexp | jar | 1.4 |