MVN

com.github.igor-suhorukov : camel-url-handler

Maven & Gradle

Jan 18, 2018
2 stars

Extend java.net.URL with Apache Camel endpoint components and supported transports

<dependency>
    <groupId>com.github.igor-suhorukov</groupId>
    <artifactId>camel-url-handler</artifactId>
    <version>2.20.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.igor-suhorukov : camel-url-handler to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.20.1.3

All Versions

Choose a version of com.github.igor-suhorukov : camel-url-handler to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.20.x
camel-url-handler-2.20.1.3
camel-url-handler-2.20.1.2
camel-url-handler-2.20.1.1
camel-url-handler-2.20.1.0
camel-url-handler-2.20.0
2.16.x
camel-url-handler-2.16.2.2
camel-url-handler-2.16.2.1

How to add a dependency to Maven

Add the following com.github.igor-suhorukov : camel-url-handler maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.igor-suhorukov</groupId>
    <artifactId>camel-url-handler</artifactId>
    <version>2.20.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.igor-suhorukov : camel-url-handler gradle dependency to your build.gradle file:

implementation 'com.github.igor-suhorukov:camel-url-handler:2.20.1.3'

Gradle Kotlin DSL: Add the following com.github.igor-suhorukov : camel-url-handler gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.igor-suhorukov:camel-url-handler:2.20.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.igor-suhorukov : camel-url-handler sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.igor-suhorukov" % "camel-url-handler" % "2.20.1.3"