o

org.apache.felix.http.proxy

Files download
File Operation
org.apache.felix.http.proxy-2.3.2.jar download
org.apache.felix.http.proxy-2.3.2.pom download
org.apache.felix.http.proxy-2.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.felix</groupId>
  <artifactId>org.apache.felix.http.proxy</artifactId>
  <version>2.3.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.felix:org.apache.felix.http.proxy:2.3.2'
Gradle Kotlin
implementation("org.apache.felix:org.apache.felix.http.proxy:2.3.2")
Scala SBT
libraryDependencies += "org.apache.felix" % "org.apache.felix.http.proxy" % "2.3.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.felix', module='org.apache.felix.http.proxy', version='2.3.2')
)
Apache Ivy
<dependency org="org.apache.felix" name="org.apache.felix.http.proxy" rev="2.3.2" />
Leiningen
[org.apache.felix/org.apache.felix.http.proxy "2.3.2"]
Apache Buildr
'org.apache.felix:org.apache.felix.http.proxy:jar:2.3.2'