All Projects → robotframework → JavalibCore

robotframework / JavalibCore

Licence: other
Base for implementing Java test libraries to be used with Robot Framework

Programming Languages

java
68154 projects - #9 most used programming language
RobotFramework
109 projects
python
139335 projects - #7 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].