is not current version
Last Version 0.0.2

com.github.hi-fi:robotframework-javalib-base 0.0.1

Simple way to start creating of Robot Framework libraries with Java. Including logging and variable parsing.

GroupId

GroupId

com.github.hi-fi
ArtifactId

ArtifactId

robotframework-javalib-base
Version

Version

0.0.1
Type

Type

jar

Download robotframework-javalib-base 0.0.1


<!-- 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"]