https://github.com/robotframework/javalibcore
Base for implementing Java test libraries to be used with Robot Framework
https://github.com/robotframework/javalibcore
Last synced: 4 months ago
JSON representation
Base for implementing Java test libraries to be used with Robot Framework
- Host: GitHub
- URL: https://github.com/robotframework/javalibcore
- Owner: robotframework
- License: other
- Created: 2011-09-20T07:32:14.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2021-09-19T18:26:28.000Z (over 4 years ago)
- Last Synced: 2025-08-03T15:34:43.349Z (6 months ago)
- Language: Java
- Homepage:
- Size: 472 KB
- Stars: 44
- Watchers: 20
- Forks: 26
- Open Issues: 8
-
Metadata Files:
- Readme: README.rest
Awesome Lists containing this project
README
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`__
__ http://search.maven.org/remotecontent?filepath=org/robotframework/javalib-core/2.0.3/javalib-core-2.0.3.jar
.. code:: xml
org.robotframework
javalib-core
2.0.3
Although it's prefered to use it as Maven dependency
The project was originally hosted at `Google Code`__
__ http://code.google.com/p/robotframework-javalibcore/