Ikora Core: Robot Framework Engine

In its current version this engine allows to parse simple Robot Framework projects but is still missing some features to be fully compatible with the official engine.

License

License

GroupId

GroupId

tech.ikora
ArtifactId

ArtifactId

ikora-core
Last Version

Last Version

0.1.4
Release Date

Release Date

Type

Type

jar
Description

Description

Ikora Core: Robot Framework Engine
In its current version this engine allows to parse simple Robot Framework projects but is still missing some features to be fully compatible with the official engine.

Download ikora-core

How to add to project

<!-- https://jarcasting.com/artifacts/tech.ikora/ikora-core/ -->
<dependency>
    <groupId>tech.ikora</groupId>
    <artifactId>ikora-core</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/tech.ikora/ikora-core/
implementation 'tech.ikora:ikora-core:0.1.4'
// https://jarcasting.com/artifacts/tech.ikora/ikora-core/
implementation ("tech.ikora:ikora-core:0.1.4")
'tech.ikora:ikora-core:jar:0.1.4'
<dependency org="tech.ikora" name="ikora-core" rev="0.1.4">
  <artifact name="ikora-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.ikora', module='ikora-core', version='0.1.4')
)
libraryDependencies += "tech.ikora" % "ikora-core" % "0.1.4"
[tech.ikora/ikora-core "0.1.4"]

Dependencies

compile (9)

Group / Artifact Type Version
commons-lang : commons-lang jar 2.6
commons-io : commons-io jar 2.6
org.apache.commons : commons-lang3 jar 3.9
org.apache.commons : commons-text jar 1.1
com.fasterxml.jackson.core : jackson-databind jar 2.11.2
com.fasterxml.jackson.dataformat : jackson-dataformat-xml jar 2.11.2
org.reflections : reflections jar 0.9.11
net.harawata : appdirs jar 1.0.1
org.apache.poi : poi jar 4.1.1

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.5.2

Project Modules

There are no modules declared in this project.

Ikora Core: Robot Framework engine

Build Status codecov License

Ikora Core is able to parse a subset of the Robot Framework language in order to perform static analysis.

License

Code is under the Apache Licence v2.

Versions

Version
0.1.4
0.1.3
0.1.2
0.1.0
0.0.4
0.0.2