MVN

org.robotframework : swinglibrary

Maven & Gradle

Oct 24, 2022
2 usages
107 stars

swinglibrary · A Robot Framework test library for Swing UI testing

<dependency>
    <groupId>org.robotframework</groupId>
    <artifactId>swinglibrary</artifactId>
    <version>2.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.robotframework : swinglibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of org.robotframework : swinglibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
swinglibrary-2.3.0
2.2.x
swinglibrary-2.2.2
swinglibrary-2.2.1
swinglibrary-2.2.0
2.1.x
swinglibrary-2.1.0
2.0.x
swinglibrary-2.0.0
1.9.x
swinglibrary-1.9.9
swinglibrary-1.9.8
swinglibrary-1.9.7
swinglibrary-1.9.6
swinglibrary-1.9.5
swinglibrary-1.9.4
swinglibrary-1.9.3
swinglibrary-1.9.2
swinglibrary-1.9.1
swinglibrary-1.9.0
1.8.x
swinglibrary-1.8.0
1.7.x
swinglibrary-1.7.0
1.6.x
swinglibrary-1.6.0
1.5.x
swinglibrary-1.5.3
swinglibrary-1.5.2
swinglibrary-1.5.1
swinglibrary-1.5.0
1.4.x
swinglibrary-1.4.1
1.4
swinglibrary-1.4
1.3
swinglibrary-1.3
1.2
swinglibrary-1.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.robotframework</groupId>
    <artifactId>swinglibrary</artifactId>
    <version>2.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.robotframework : swinglibrary gradle dependency to your build.gradle file:

implementation 'org.robotframework:swinglibrary:2.3.0'

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

implementation("org.robotframework:swinglibrary:2.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.robotframework : swinglibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "org.robotframework" % "swinglibrary" % "2.3.0"

Advertisement