is not current version
Last Version 2.3.0

org.robotframework:remoteswinglibrary 2.1.3

A Robot Framework library + Java-agent for for Swing UI testing

GroupId

GroupId

org.robotframework
ArtifactId

ArtifactId

remoteswinglibrary
Version

Version

2.1.3
Type

Type

jar

Download remoteswinglibrary 2.1.3


<!-- https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/ -->
<dependency>
    <groupId>org.robotframework</groupId>
    <artifactId>remoteswinglibrary</artifactId>
    <version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/
implementation 'org.robotframework:remoteswinglibrary:2.1.3'
// https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/
implementation ("org.robotframework:remoteswinglibrary:2.1.3")
'org.robotframework:remoteswinglibrary:jar:2.1.3'
<dependency org="org.robotframework" name="remoteswinglibrary" rev="2.1.3">
  <artifact name="remoteswinglibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robotframework', module='remoteswinglibrary', version='2.1.3')
)
libraryDependencies += "org.robotframework" % "remoteswinglibrary" % "2.1.3"
[org.robotframework/remoteswinglibrary "2.1.3"]