MVN

org.easytesting : fest-swing

Maven & Gradle

Jun 22, 2010
34 usages

FEST Swing · Fluent interface for functional GUI testing

<dependency>
    <groupId>org.easytesting</groupId>
    <artifactId>fest-swing</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.easytesting : fest-swing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of org.easytesting : fest-swing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
fest-swing-1.2.1
1.2
fest-swing-1.2
1.2rc
fest-swing-1.2rc
1.2a4
fest-swing-1.2a4
1.2a3
fest-swing-1.2a3

How to add a dependency to Maven

Add the following org.easytesting : fest-swing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.easytesting</groupId>
    <artifactId>fest-swing</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.easytesting : fest-swing gradle dependency to your build.gradle file:

implementation 'org.easytesting:fest-swing:1.2.1'

Gradle Kotlin DSL: Add the following org.easytesting : fest-swing gradle kotlin dependency to your build.gradle.kts file:

implementation("org.easytesting:fest-swing:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.easytesting : fest-swing sbt scala dependency to your build.sbt file:

libraryDependencies += "org.easytesting" % "fest-swing" % "1.2.1"

Advertisement

Dependencies from Group

Feb 22, 2011
1.1k usages
14 stars
Feb 26, 2013
608 usages
399 stars
Feb 24, 2013
118 usages
138 stars
Feb 26, 2013
81 usages
24 stars
Jun 22, 2010
34 usages

Discover Dependencies