is not current version
Last Version 0.1.4

tech.ikora:ikora-core 0.1.2

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.

GroupId

GroupId

tech.ikora
ArtifactId

ArtifactId

ikora-core
Version

Version

0.1.2
Type

Type

jar

Download ikora-core 0.1.2


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