| License |
License |
|---|---|
| GroupId | GroupIdabbot |
| ArtifactId | ArtifactIdcostello |
| Last Version | Last Version1.4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAbbot Java GUI Test Authoring Tool
Costello allows the user to record Abbot tests by example.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| costello-1.4.0.pom | |
| costello-1.4.0.jar | 881 KB |
| costello-1.4.0-sources.jar | 357 KB |
| costello-1.4.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/abbot/costello/ -->
<dependency>
<groupId>abbot</groupId>
<artifactId>costello</artifactId>
<version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/abbot/costello/
implementation 'abbot:costello:1.4.0'
// https://jarcasting.com/artifacts/abbot/costello/
implementation ("abbot:costello:1.4.0")
'abbot:costello:jar:1.4.0'
<dependency org="abbot" name="costello" rev="1.4.0">
<artifact name="costello" type="jar" />
</dependency>
@Grapes(
@Grab(group='abbot', module='costello', version='1.4.0')
)
libraryDependencies += "abbot" % "costello" % "1.4.0"
[abbot/costello "1.4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| abbot : abbot | jar | 1.4.0 |
| junit : junit | jar | 4.8.2 |
| org.jdom : jdom | jar | 1.1.2 |
| gnu-regexp : gnu-regexp | jar | 1.1.4 |
| org.codehaus.groovy : groovy-all | jar | 1.8.1 |
| ant4eclipse : ant4eclipse | jar | 0.5.0.rc1 |