Download abbot-0.13.0.jar file - Jar a

Jar examples for a:abbot

Description

Abbot provides a wrapper around java.awt.Robot to make testing AWT and Swing Applications easier

You can download jar file abbot 0.13.0 in this page.

License

Eclipse Public License (EPL)

Build File

You can use the following script to add abbot-0.13.0.jar to your project.

<dependency>
   <groupId>abbot</groupId>
   <artifactId>abbot</artifactId>
   <version>0.13.0</version>
</dependency>
compile group: 'abbot', name: 'abbot', version: '0.13.0'
libraryDependencies += "abbot" % "abbot" % "0.13.0"
<dependency org="abbot" name="abbot" rev="0.13.0"/>
@Grapes(@Grab(group='abbot', module='abbot', version='0.13.0'))
'abbot:abbot:jar:0.13.0'

Download

Click the following link to download the jar file.

abbot-0.13.0.jar
abbot-0.13.0.pom



Related Tutorials