MVN

ch.racic : caps

Maven & Gradle

Oct 28, 2015
2 stars

CAPS · MITM Proxy Server for SSL and client certificate injection that can be used for testing with Internet Explorer or other selenium WebDrivers.

<dependency>
    <groupId>ch.racic</groupId>
    <artifactId>caps</artifactId>
    <version>2.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.racic : caps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.3

All Versions

Choose a version of ch.racic : caps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
caps-2.0.3
caps-2.0.2
caps-2.0.1
caps-2.0.0

How to add a dependency to Maven

Add the following ch.racic : caps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.racic</groupId>
    <artifactId>caps</artifactId>
    <version>2.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.racic : caps gradle dependency to your build.gradle file:

implementation 'ch.racic:caps:2.0.3'

Gradle Kotlin DSL: Add the following ch.racic : caps gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.racic:caps:2.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.racic : caps sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.racic" % "caps" % "2.0.3"