Categories |
CategoriesUML Business Logic Libraries Documents Processing |
---|---|
GroupId | GroupIdcom.github.hi-fi |
ArtifactId | ArtifactIdrobotframework-seleniumlibrary |
Version | Version3.5.3.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-seleniumlibrary/ -->
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-seleniumlibrary</artifactId>
<version>3.5.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-seleniumlibrary/
implementation 'com.github.hi-fi:robotframework-seleniumlibrary:3.5.3.1'
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-seleniumlibrary/
implementation ("com.github.hi-fi:robotframework-seleniumlibrary:3.5.3.1")
'com.github.hi-fi:robotframework-seleniumlibrary:jar:3.5.3.1'
<dependency org="com.github.hi-fi" name="robotframework-seleniumlibrary" rev="3.5.3.1">
<artifact name="robotframework-seleniumlibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='robotframework-seleniumlibrary', version='3.5.3.1')
)
libraryDependencies += "com.github.hi-fi" % "robotframework-seleniumlibrary" % "3.5.3.1"
[com.github.hi-fi/robotframework-seleniumlibrary "3.5.3.1"]