License |
License |
---|---|
GroupId | GroupIdorg.robotframework |
ArtifactId | ArtifactIdrobotframework |
Last Version | Last Version4.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRobot Framework
High level test automation framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
robotframework-4.1.2.pom | |
robotframework-4.1.2.jar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.robotframework/robotframework/ -->
<dependency>
<groupId>org.robotframework</groupId>
<artifactId>robotframework</artifactId>
<version>4.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.robotframework/robotframework/
implementation 'org.robotframework:robotframework:4.1.2'
// https://jarcasting.com/artifacts/org.robotframework/robotframework/
implementation ("org.robotframework:robotframework:4.1.2")
'org.robotframework:robotframework:jar:4.1.2'
<dependency org="org.robotframework" name="robotframework" rev="4.1.2">
<artifact name="robotframework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.robotframework', module='robotframework', version='4.1.2')
)
libraryDependencies += "org.robotframework" % "robotframework" % "4.1.2"
[org.robotframework/robotframework "4.1.2"]