Robot Framework base for Java libraries

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

License

License

GroupId

GroupId

com.github.hi-fi
ArtifactId

ArtifactId

robotframework-javalib-base
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

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

Project URL

https://github.com/hi-fi/robotframework-javalib-base
Source Code Management

Source Code Management

https://github.com/Hi-Fi/robotframework-javalib-base

Download robotframework-javalib-base

How to add to project

<!-- 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-javalib-base/
implementation 'com.github.hi-fi:robotframework-javalib-base:0.0.2'
// https://jarcasting.com/artifacts/com.github.hi-fi/robotframework-javalib-base/
implementation ("com.github.hi-fi:robotframework-javalib-base:0.0.2")
'com.github.hi-fi:robotframework-javalib-base:jar:0.0.2'
<dependency org="com.github.hi-fi" name="robotframework-javalib-base" rev="0.0.2">
  <artifact name="robotframework-javalib-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hi-fi', module='robotframework-javalib-base', version='0.0.2')
)
libraryDependencies += "com.github.hi-fi" % "robotframework-javalib-base" % "0.0.2"
[com.github.hi-fi/robotframework-javalib-base "0.0.2"]

Dependencies

compile (5)

Group / Artifact Type Version
org.robotframework : javalib-core jar 1.2.1
com.google.code.gson : gson jar 2.8.0
commons-logging : commons-logging jar 1.2
org.python : jython jar 2.7.0
org.apache.commons : commons-lang3 jar 3.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

robotframework-javalib-base

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

Versions

Version
0.0.2
0.0.1