MVN

com.github.rhyskeepence : clairvoyance-http-proxy_2.11

Maven & Gradle

Sep 23, 2014
14 stars

clairvoyance-http-proxy · clairvoyance-http-proxy

<dependency>
    <groupId>com.github.rhyskeepence</groupId>
    <artifactId>clairvoyance-http-proxy_2.11</artifactId>
    <version>1.0.98</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rhyskeepence : clairvoyance-http-proxy_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.98

All Versions

Choose a version of com.github.rhyskeepence : clairvoyance-http-proxy_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
clairvoyance-http-proxy_2.11-1.0.98
clairvoyance-http-proxy_2.11-1.0.97
clairvoyance-http-proxy_2.11-1.0.96
clairvoyance-http-proxy_2.11-1.0.95
clairvoyance-http-proxy_2.11-1.0.94
clairvoyance-http-proxy_2.11-1.0.93
clairvoyance-http-proxy_2.11-1.0.92
clairvoyance-http-proxy_2.11-1.0.91
clairvoyance-http-proxy_2.11-1.0.90
clairvoyance-http-proxy_2.11-1.0.89
clairvoyance-http-proxy_2.11-1.0.88
clairvoyance-http-proxy_2.11-1.0.87
clairvoyance-http-proxy_2.11-1.0.85
clairvoyance-http-proxy_2.11-1.0.84
clairvoyance-http-proxy_2.11-1.0.83
clairvoyance-http-proxy_2.11-1.0.82
clairvoyance-http-proxy_2.11-1.0.81

How to add a dependency to Maven

Add the following com.github.rhyskeepence : clairvoyance-http-proxy_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rhyskeepence</groupId>
    <artifactId>clairvoyance-http-proxy_2.11</artifactId>
    <version>1.0.98</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rhyskeepence : clairvoyance-http-proxy_2.11 gradle dependency to your build.gradle file:

implementation 'com.github.rhyskeepence:clairvoyance-http-proxy_2.11:1.0.98'

Gradle Kotlin DSL: Add the following com.github.rhyskeepence : clairvoyance-http-proxy_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rhyskeepence:clairvoyance-http-proxy_2.11:1.0.98")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rhyskeepence : clairvoyance-http-proxy_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rhyskeepence" % "clairvoyance-http-proxy_2.11" % "1.0.98"