Ikora Core: Robot Framework engine
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.
| License | 
                License | 
        
|---|---|
| GroupId | GroupIdtech.ikora | 
    
| ArtifactId | ArtifactIdikora-core | 
    
| Last Version | Last Version0.1.4 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionIkora 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. 
         | 
    
| Filename | Size | 
|---|---|
| ikora-core-0.1.4.pom | |
| ikora-core-0.1.4.jar | 390 KB | 
| ikora-core-0.1.4-sources.jar | 187 KB | 
| ikora-core-0.1.4-javadoc.jar | 1 MB | 
| Browse | 
<!-- 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"]
                | 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 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 | 
Ikora Core is able to parse a subset of the Robot Framework language in order to perform static analysis.
Code is under the Apache Licence v2.