MVN

com.github.hi-fi : robotframework-dblibrary

Maven & Gradle

Jul 31, 2019
11 stars

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

<dependency>
    <groupId>com.github.hi-fi</groupId>
    <artifactId>robotframework-dblibrary</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.hi-fi : robotframework-dblibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3

All Versions

Choose a version of com.github.hi-fi : robotframework-dblibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
robotframework-dblibrary-3.1.3
robotframework-dblibrary-3.1.2
robotframework-dblibrary-3.1.1
3.0
robotframework-dblibrary-3.0

How to add a dependency to Maven

Add the following com.github.hi-fi : robotframework-dblibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.hi-fi</groupId>
    <artifactId>robotframework-dblibrary</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.hi-fi : robotframework-dblibrary gradle dependency to your build.gradle file:

implementation 'com.github.hi-fi:robotframework-dblibrary:3.1.3'

Gradle Kotlin DSL: Add the following com.github.hi-fi : robotframework-dblibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.hi-fi:robotframework-dblibrary:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.hi-fi : robotframework-dblibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.hi-fi" % "robotframework-dblibrary" % "3.1.3"

Advertisement