| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hi-fi |
| ArtifactId | ArtifactIdrobotframework-javalib-base |
| Version | Version0.0.2 |
| Type | Typejar |
| Description |
DescriptionRobot 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 |
| Source Code Management |
Source Code Management |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |