is not current version
Last Version 2.19.5

org.apache.camel:camel-example-simplejirabot 2.12.5

An example showing how to work with RSS and IRC endpoints

GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-simplejirabot
Version

Version

2.12.5
Type

Type

pom

Download camel-example-simplejirabot 2.12.5


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