j

jemmy

Jemmy is a Java UI testing library. Jemmy represents the most natural way to test Java UI - perform the testing right from the Java code. Jemmy is a Java library which provides clear and straightforward API to access Java UI (AWT and Swing).
http://jemmy.netbeans.org/
Sun Public License 1.0
Files download
File Operation
jemmy-2.2.7.5.jar download
jemmy-2.2.7.5.pom download
jemmy-2.2.7.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans</groupId>
  <artifactId>jemmy</artifactId>
  <version>2.2.7.5</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans:jemmy:2.2.7.5'
Gradle Kotlin
implementation("org.netbeans:jemmy:2.2.7.5")
Scala SBT
libraryDependencies += "org.netbeans" % "jemmy" % "2.2.7.5"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans', module='jemmy', version='2.2.7.5')
)
Apache Ivy
<dependency org="org.netbeans" name="jemmy" rev="2.2.7.5" />
Leiningen
[org.netbeans/jemmy "2.2.7.5"]
Apache Buildr
'org.netbeans:jemmy:jar:2.2.7.5'
Dependencies
The project has no third-party dependencies