License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.github.marketsquare |
ArtifactId | ArtifactIdrobotframework-dblibrary |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrobotframework-dblibrary
Robot Framework's Java-based library for database testing. Works only with Jython.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.marketsquare/robotframework-dblibrary/ -->
<dependency>
<groupId>com.github.marketsquare</groupId>
<artifactId>robotframework-dblibrary</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marketsquare/robotframework-dblibrary/
implementation 'com.github.marketsquare:robotframework-dblibrary:3.3.0'
// https://jarcasting.com/artifacts/com.github.marketsquare/robotframework-dblibrary/
implementation ("com.github.marketsquare:robotframework-dblibrary:3.3.0")
'com.github.marketsquare:robotframework-dblibrary:jar:3.3.0'
<dependency org="com.github.marketsquare" name="robotframework-dblibrary" rev="3.3.0">
<artifact name="robotframework-dblibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marketsquare', module='robotframework-dblibrary', version='3.3.0')
)
libraryDependencies += "com.github.marketsquare" % "robotframework-dblibrary" % "3.3.0"
[com.github.marketsquare/robotframework-dblibrary "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.robotframework : javalib-core | jar | 2.0.3 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 2.0.206 |
junit : junit | jar | 4.13.2 |
org.robotframework : jrobotremoteserver | jar | 4.0.1 |