MVN

abbot : abbot

Maven & Gradle

Sep 22, 2015
5 usages

Abbot Java GUI Test Library · Abbot provides a wrapper around java.awt.Robot to make testing AWT and Swing Applications easier

<dependency>
    <groupId>abbot</groupId>
    <artifactId>abbot</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of abbot : abbot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.0

All Versions

Choose a version of abbot : abbot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
abbot-1.4.0
0.13.x
abbot-0.13.0
0.12.x
abbot-0.12.3

How to add a dependency to Maven

Add the following abbot : abbot maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>abbot</groupId>
    <artifactId>abbot</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following abbot : abbot gradle dependency to your build.gradle file:

implementation 'abbot:abbot:1.4.0'

Gradle Kotlin DSL: Add the following abbot : abbot gradle kotlin dependency to your build.gradle.kts file:

implementation("abbot:abbot:1.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following abbot : abbot sbt scala dependency to your build.sbt file:

libraryDependencies += "abbot" % "abbot" % "1.4.0"

Advertisement

Dependencies from Group

Sep 22, 2015
5 usages
Sep 24, 2015
1 usages

Discover Dependencies

Oct 28, 2022
13 usages
33 stars
Jan 20, 2020
11 usages
2.8k stars
Jul 09, 2018
Oct 06, 2016
6 usages
12.6k stars
Nov 02, 2020
21 usages
4k stars