MVN

org.ow2.jonas.camel : camel-xml-registry

Maven & Gradle

Oct 04, 2013
2 usages

Camel :: JOnAS 5 :: XML Registry/Repository for Camel

<dependency>
    <groupId>org.ow2.jonas.camel</groupId>
    <artifactId>camel-xml-registry</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.jonas.camel : camel-xml-registry to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of org.ow2.jonas.camel : camel-xml-registry to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
camel-xml-registry-1.7.0
1.6.x
camel-xml-registry-1.6.4
camel-xml-registry-1.6.3
camel-xml-registry-1.6.2
camel-xml-registry-1.6.1
camel-xml-registry-1.6.0
1.5.x
camel-xml-registry-1.5.12
camel-xml-registry-1.5.11
camel-xml-registry-1.5.10
camel-xml-registry-1.5.9
camel-xml-registry-1.5.8
camel-xml-registry-1.5.7
camel-xml-registry-1.5.6
camel-xml-registry-1.5.5
camel-xml-registry-1.5.4
camel-xml-registry-1.5.3
camel-xml-registry-1.5.2
camel-xml-registry-1.5.1
camel-xml-registry-1.5.0
1.4.x
camel-xml-registry-1.4.4
camel-xml-registry-1.4.3
camel-xml-registry-1.4.2
camel-xml-registry-1.4.1

How to add a dependency to Maven

Add the following org.ow2.jonas.camel : camel-xml-registry maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.jonas.camel</groupId>
    <artifactId>camel-xml-registry</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.jonas.camel : camel-xml-registry gradle dependency to your build.gradle file:

implementation 'org.ow2.jonas.camel:camel-xml-registry:1.7.0'

Gradle Kotlin DSL: Add the following org.ow2.jonas.camel : camel-xml-registry gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.jonas.camel:camel-xml-registry:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.jonas.camel : camel-xml-registry sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.jonas.camel" % "camel-xml-registry" % "1.7.0"