Download robotframework-javalib-base-0.0.2.jar file - Jar r

Jar examples for r:robotframework-javalib-base

Description

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

You can download jar file robotframework-javalib-base 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add robotframework-javalib-base-0.0.2.jar to your project.

<dependency>
   <groupId>com.github.hi-fi</groupId>
   <artifactId>robotframework-javalib-base</artifactId>
   <version>0.0.2</version>
</dependency>
compile group: 'com.github.hi-fi', name: 'robotframework-javalib-base', version: '0.0.2'
libraryDependencies += "com.github.hi-fi" % "robotframework-javalib-base" % "0.0.2"
<dependency org="com.github.hi-fi" name="robotframework-javalib-base" rev="0.0.2"/>
@Grapes(@Grab(group='com.github.hi-fi', module='robotframework-javalib-base', version='0.0.2'))
'com.github.hi-fi:robotframework-javalib-base:jar:0.0.2'

Download

Click the following link to download the jar file.

robotframework-javalib-base-0.0.2-javadoc.jar
robotframework-javalib-base-0.0.2-sources.jar
robotframework-javalib-base-0.0.2.jar
robotframework-javalib-base-0.0.2.pom



Related Tutorials