is not current version
Last Version 1.2.2

org.ow2.petals:camel-petals 1.1.0


GroupId

GroupId

org.ow2.petals
ArtifactId

ArtifactId

camel-petals
Version

Version

1.1.0
Type

Type

jar

Download camel-petals 1.1.0


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