is not current version
Last Version 3.1.3

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

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

GroupId

GroupId

com.github.hi-fi
ArtifactId

ArtifactId

robotframework-dblibrary
Version

Version

3.1.1
Type

Type

jar

Download robotframework-dblibrary 3.1.1


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