f

fest-swing-junit-4.3.1

JUnit 4.3.1-specific extension for FEST-Swing
http://fest.easytesting.org/swing
Files download
File Operation
fest-swing-junit-4.3.1-1.2.jar download
fest-swing-junit-4.3.1-1.2.pom download
fest-swing-junit-4.3.1-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.easytesting</groupId>
  <artifactId>fest-swing-junit-4.3.1</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'org.easytesting:fest-swing-junit-4.3.1:1.2'
Gradle Kotlin
implementation("org.easytesting:fest-swing-junit-4.3.1:1.2")
Scala SBT
libraryDependencies += "org.easytesting" % "fest-swing-junit-4.3.1" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='org.easytesting', module='fest-swing-junit-4.3.1', version='1.2')
)
Apache Ivy
<dependency org="org.easytesting" name="fest-swing-junit-4.3.1" rev="1.2" />
Leiningen
[org.easytesting/fest-swing-junit-4.3.1 "1.2"]
Apache Buildr
'org.easytesting:fest-swing-junit-4.3.1:jar:1.2'