GroupId | GroupIdorg.robotframework |
---|---|
ArtifactId | ArtifactIdremoteswinglibrary |
Version | Version2.2.5 |
Type | Typejar |
Filename | Size |
---|---|
remoteswinglibrary-2.2.5.pom | |
remoteswinglibrary-2.2.5.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/ -->
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>remoteswinglibrary</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/
implementation 'org.robotframework:remoteswinglibrary:2.2.5'
// https://jarcasting.com/artifacts/org.robotframework/remoteswinglibrary/
implementation ("org.robotframework:remoteswinglibrary:2.2.5")
'org.robotframework:remoteswinglibrary:jar:2.2.5'
<dependency org="org.robotframework" name="remoteswinglibrary" rev="2.2.5">
<artifact name="remoteswinglibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robotframework', module='remoteswinglibrary', version='2.2.5')
)
libraryDependencies += "org.robotframework" % "remoteswinglibrary" % "2.2.5"
[org.robotframework/remoteswinglibrary "2.2.5"]