MVN

com.github.dotxyteam : swing-testing-toolkit

Maven & Gradle

Jul 09, 2023
4 stars

Swing Testing Toolkit · Java Swing UI testing toolkit

<dependency>
    <groupId>com.github.dotxyteam</groupId>
    <artifactId>swing-testing-toolkit</artifactId>
    <version>1.8.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.dotxyteam : swing-testing-toolkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.9

All Versions

Choose a version of com.github.dotxyteam : swing-testing-toolkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
swing-testing-toolkit-1.8.10
swing-testing-toolkit-1.8.9
swing-testing-toolkit-1.8.8
swing-testing-toolkit-1.8.6
swing-testing-toolkit-1.8.2
1.7.x
swing-testing-toolkit-1.7.3
1.3.x
swing-testing-toolkit-1.3.5
swing-testing-toolkit-1.3.0
1.2.x
swing-testing-toolkit-1.2.0
1.1.x
swing-testing-toolkit-1.1.1
swing-testing-toolkit-1.1.0

How to add a dependency to Maven

Add the following com.github.dotxyteam : swing-testing-toolkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.dotxyteam</groupId>
    <artifactId>swing-testing-toolkit</artifactId>
    <version>1.8.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.dotxyteam : swing-testing-toolkit gradle dependency to your build.gradle file:

implementation 'com.github.dotxyteam:swing-testing-toolkit:1.8.9'

Gradle Kotlin DSL: Add the following com.github.dotxyteam : swing-testing-toolkit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.dotxyteam:swing-testing-toolkit:1.8.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.dotxyteam : swing-testing-toolkit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.dotxyteam" % "swing-testing-toolkit" % "1.8.9"

Advertisement