| License |
License |
|---|---|
| GroupId | GroupIdlu.uni.serval |
| ArtifactId | ArtifactIdikora-core |
| Version | Version0.1.8 |
| 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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ikora-core-0.1.8.pom | |
| ikora-core-0.1.8.jar | 477 KB |
| ikora-core-0.1.8-sources.jar | 231 KB |
| ikora-core-0.1.8-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/lu.uni.serval/ikora-core/ -->
<dependency>
<groupId>lu.uni.serval</groupId>
<artifactId>ikora-core</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/lu.uni.serval/ikora-core/
implementation 'lu.uni.serval:ikora-core:0.1.8'
// https://jarcasting.com/artifacts/lu.uni.serval/ikora-core/
implementation ("lu.uni.serval:ikora-core:0.1.8")
'lu.uni.serval:ikora-core:jar:0.1.8'
<dependency org="lu.uni.serval" name="ikora-core" rev="0.1.8">
<artifact name="ikora-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='lu.uni.serval', module='ikora-core', version='0.1.8')
)
libraryDependencies += "lu.uni.serval" % "ikora-core" % "0.1.8"
[lu.uni.serval/ikora-core "0.1.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| commons-io : commons-io | jar | 2.8.0 |
| org.apache.poi : poi | jar | 5.0.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.2 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-xml | jar | 2.12.2 |
| org.reflections : reflections | jar | 0.9.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.0-M1 |