is not current version
Last Version 3.1.3

com.github.hi-fi:robotframework-dblibrary 3.0

Robot Frameowork's Java-based library for database testing. Works only with Jython.

GroupId

GroupId

com.github.hi-fi
ArtifactId

ArtifactId

robotframework-dblibrary
Version

Version

3.0
Type

Type

jar

Download robotframework-dblibrary 3.0


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