MVN

org.webpieces : full-httpproxy

Maven & Gradle

Dec 23, 2016
31 stars

full-httpproxy · Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>full-httpproxy</artifactId>
    <version>1.9.46</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webpieces : full-httpproxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.46

All Versions

Choose a version of org.webpieces : full-httpproxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
full-httpproxy-1.9.46
full-httpproxy-1.9.45
full-httpproxy-1.9.43
full-httpproxy-1.9.41
full-httpproxy-1.9.39
full-httpproxy-1.9.38
full-httpproxy-1.9.37
full-httpproxy-1.9.36
full-httpproxy-1.9.35
full-httpproxy-1.9.34
full-httpproxy-1.9.33
full-httpproxy-1.9.32
full-httpproxy-1.9.31
full-httpproxy-1.9.30
full-httpproxy-1.9.29
full-httpproxy-1.9.28
full-httpproxy-1.9.27
full-httpproxy-1.9.26
full-httpproxy-1.9.25
full-httpproxy-1.9.24
full-httpproxy-1.9.23
full-httpproxy-1.9.21
full-httpproxy-1.9.20
full-httpproxy-1.9.16

How to add a dependency to Maven

Add the following org.webpieces : full-httpproxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webpieces</groupId>
    <artifactId>full-httpproxy</artifactId>
    <version>1.9.46</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webpieces : full-httpproxy gradle dependency to your build.gradle file:

implementation 'org.webpieces:full-httpproxy:1.9.46'

Gradle Kotlin DSL: Add the following org.webpieces : full-httpproxy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webpieces:full-httpproxy:1.9.46")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webpieces : full-httpproxy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webpieces" % "full-httpproxy" % "1.9.46"

Advertisement