MVN

org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl

Maven & Gradle

Jul 30, 2023

Camel Quarkus :: Integration Tests :: Platform HTTP Proxy SSL · Integration tests for Camel Quarkus platform-http extension - Proxy - SSL

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-integration-test-platform-http-proxy-ssl</artifactId>
    <version>3.0.0-M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-M2
  • Latest Release Candidate: 3.0.0-RC2

All Versions

Choose a version of org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
camel-quarkus-integration-test-platform-http-proxy-ssl-3.0.0-RC2
camel-quarkus-integration-test-platform-http-proxy-ssl-3.0.0-RC1
camel-quarkus-integration-test-platform-http-proxy-ssl-3.0.0-M2
camel-quarkus-integration-test-platform-http-proxy-ssl-3.0.0-M1
2.16.x
camel-quarkus-integration-test-platform-http-proxy-ssl-2.16.0
2.13.x
camel-quarkus-integration-test-platform-http-proxy-ssl-2.13.3
camel-quarkus-integration-test-platform-http-proxy-ssl-2.13.2

How to add a dependency to Maven

Add the following org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.camel.quarkus</groupId>
    <artifactId>camel-quarkus-integration-test-platform-http-proxy-ssl</artifactId>
    <version>3.0.0-M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl gradle dependency to your build.gradle file:

implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-platform-http-proxy-ssl:3.0.0-M2'

Gradle Kotlin DSL: Add the following org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-platform-http-proxy-ssl:3.0.0-M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.camel.quarkus : camel-quarkus-integration-test-platform-http-proxy-ssl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-platform-http-proxy-ssl" % "3.0.0-M2"