Operon runner

Operon is a programming language which can be easily embedded with JVM-based languages (Java, Scala, Groovy, Kotlin, Clojure, etc.) or run standalone with the native-version. Operon is especially great for transforming and handling JSON-data.

License

License

GroupId

GroupId

io.operon
ArtifactId

ArtifactId

operon-runner
Last Version

Last Version

0.9.5-RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

Operon runner
Operon is a programming language which can be easily embedded with JVM-based languages (Java, Scala, Groovy, Kotlin, Clojure, etc.) or run standalone with the native-version. Operon is especially great for transforming and handling JSON-data.

Download operon-runner

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.antlr : antlr4-runtime jar 4.9.3
io.operon : operon-parser jar 0.9.5-RELEASE
io.operon : operon-json-parser jar 0.9.5-RELEASE
redis.clients : jedis jar 3.5.2
org.apache.commons : commons-exec jar 1.3
org.apache.logging.log4j : log4j-api jar 2.17.2
org.apache.logging.log4j : log4j-core jar 2.17.2

provided (1)

Group / Artifact Type Version
org.graalvm.sdk : graal-sdk jar 21.0.0.2

test (4)

Group / Artifact Type Version
org.redisson : redisson jar 3.15.3
org.junit.jupiter : junit-jupiter-api jar 5.6.0
org.junit.jupiter : junit-jupiter-engine jar 5.6.0
junit : junit jar 3.8.1

Project Modules

There are no modules declared in this project.

Versions

Version
0.9.5-RELEASE
0.9.4.1-RELEASE
0.9.4-RELEASE
0.9.3-RELEASE
0.9.2-RELEASE
0.9.1-RELEASE
0.9.0-RELEASE