License |
License |
---|---|
Categories |
CategoriesSquare Business Logic Libraries Financial |
GroupId | GroupIdcom.github.marketsquare |
ArtifactId | ArtifactIdrobotframework-dblibrary |
Version | Version3.2.0 |
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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marketsquare/robotframework-dblibrary/
implementation 'com.github.marketsquare:robotframework-dblibrary:3.2.0'
// https://jarcasting.com/artifacts/com.github.marketsquare/robotframework-dblibrary/
implementation ("com.github.marketsquare:robotframework-dblibrary:3.2.0")
'com.github.marketsquare:robotframework-dblibrary:jar:3.2.0'
<dependency org="com.github.marketsquare" name="robotframework-dblibrary" rev="3.2.0">
<artifact name="robotframework-dblibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marketsquare', module='robotframework-dblibrary', version='3.2.0')
)
libraryDependencies += "com.github.marketsquare" % "robotframework-dblibrary" % "3.2.0"
[com.github.marketsquare/robotframework-dblibrary "3.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.robotframework : javalib-core | jar | 2.0.3 |
org.apache.commons : commons-lang3 | jar | 3.9 |
Group / Artifact | Type | Version |
---|---|---|
com.h2database : h2 | jar | 1.4.200 |
junit : junit | jar | 4.13 |
org.robotframework : jrobotremoteserver | jar | 4.0.0 |