is not current version
Last Version 0.9.5-RELEASE

io.operon:operon-core-parent 0.9.4.1-RELEASE

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.

GroupId

GroupId

io.operon
ArtifactId

ArtifactId

operon-core-parent
Version

Version

0.9.4.1-RELEASE
Type

Type

pom

Download operon-core-parent 0.9.4.1-RELEASE


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