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