GroupId | GroupIdcom.github.hi-fi |
---|---|
ArtifactId | ArtifactIdrobotframework-javalib-base |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-javalib-base/ -->
<dependency>
<groupId>com.github.hi-fi</groupId>
<artifactId>robotframework-javalib-base</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-javalib-base/
implementation 'com.github.hi-fi:robotframework-javalib-base:0.0.1'
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-javalib-base/
implementation ("com.github.hi-fi:robotframework-javalib-base:0.0.1")
'com.github.hi-fi:robotframework-javalib-base:jar:0.0.1'
<dependency org="com.github.hi-fi" name="robotframework-javalib-base" rev="0.0.1">
<artifact name="robotframework-javalib-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='robotframework-javalib-base', version='0.0.1')
)
libraryDependencies += "com.github.hi-fi" % "robotframework-javalib-base" % "0.0.1"
[com.github.hi-fi/robotframework-javalib-base "0.0.1"]