is not current version
Last Version 1.2.1

org.easytesting:fest-swing 1.2a3

Fluent interface for functional GUI testing

GroupId

GroupId

org.easytesting
ArtifactId

ArtifactId

fest-swing
Version

Version

1.2a3
Type

Type

jar

Download fest-swing 1.2a3


<!-- https://jarcasting.com/artifacts/org.easytesting/fest-swing/ -->
<dependency>
    <groupId>org.easytesting</groupId>
    <artifactId>fest-swing</artifactId>
    <version>1.2a3</version>
</dependency>
// https://jarcasting.com/artifacts/org.easytesting/fest-swing/
implementation 'org.easytesting:fest-swing:1.2a3'
// https://jarcasting.com/artifacts/org.easytesting/fest-swing/
implementation ("org.easytesting:fest-swing:1.2a3")
'org.easytesting:fest-swing:jar:1.2a3'
<dependency org="org.easytesting" name="fest-swing" rev="1.2a3">
  <artifact name="fest-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easytesting', module='fest-swing', version='1.2a3')
)
libraryDependencies += "org.easytesting" % "fest-swing" % "1.2a3"
[org.easytesting/fest-swing "1.2a3"]