GroupId | GroupIdcom.github.hi-fi |
---|---|
ArtifactId | ArtifactIdrobotframework-dblibrary |
Version | Version3.0 |
Type | Typejar |
<!-- 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"]