GitHub - robotframework/JavalibCore: Base for implementing Java test libraries to be used with Robot Framework

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Javalib Core

Javalib Core is a common core for all Robot Framework test libraries written in Java.

Usage instructions can be found on the project Wiki: https://github.com/robotframework/JavalibCore/wiki

Project jar can be downloaded directly from the Maven Repository

<dependency>
    <groupId>org.robotframework</groupId>
    <artifactId>javalib-core</artifactId>
    <version>2.0.3</version>
</dependency>

Although it's prefered to use it as Maven dependency

The project was originally hosted at Google Code