| GroupId | GroupIdio.operon |
|---|---|
| ArtifactId | ArtifactIdcamel-operon |
| Version | Version0.9.4.2-RELEASE |
| Type | Typejar |
<!-- 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"]