License |
License |
---|---|
GroupId | GroupIdcom.github.dotxyteam |
ArtifactId | ArtifactIdswing-testing-toolkit |
Version | Version1.8.2 |
Type | Typejar |
Description |
DescriptionSwing Testing
Java Swing UI testing toolkit
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/ -->
<dependency>
<groupId>com.github.dotxyteam</groupId>
<artifactId>swing-testing-toolkit</artifactId>
<version>1.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation 'com.github.dotxyteam:swing-testing-toolkit:1.8.2'
// https://jarcasting.com/artifacts/com.github.dotxyteam/swing-testing-toolkit/
implementation ("com.github.dotxyteam:swing-testing-toolkit:1.8.2")
'com.github.dotxyteam:swing-testing-toolkit:jar:1.8.2'
<dependency org="com.github.dotxyteam" name="swing-testing-toolkit" rev="1.8.2">
<artifact name="swing-testing-toolkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dotxyteam', module='swing-testing-toolkit', version='1.8.2')
)
libraryDependencies += "com.github.dotxyteam" % "swing-testing-toolkit" % "1.8.2"
[com.github.dotxyteam/swing-testing-toolkit "1.8.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dotxyteam : custom-ui | jar | 5.0.2 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
commons-io : commons-io | jar | 2.4 |
com.thoughtworks.xstream : xstream | jar | 1.4.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |