не последняя версия
Последняя версия 0.9.5.1-RELEASE

io.operon:camel-operon 0.9.4.2-RELEASE

Camel-operon is a camel-component for running Operon. 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.

Группа

Группа

io.operon
Идентификатор

Идентификатор

camel-operon
Версия

Версия

0.9.4.2-RELEASE
Тип

Тип

jar

Скачать camel-operon 0.9.4.2-RELEASE


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