l

littleproxy

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.
https://github.com/LittleProxy/LittleProxy
The Apache Software License, Version 2.0
Mark Rogers Andrei Solntsev
Files download
File Operation
littleproxy-2.0.9.jar download
littleproxy-2.0.9.pom download
littleproxy-2.0.9-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.rogfam</groupId>
  <artifactId>littleproxy</artifactId>
  <version>2.0.9</version>
</dependency>
Gradle Groovy
implementation 'xyz.rogfam:littleproxy:2.0.9'
Gradle Kotlin
implementation("xyz.rogfam:littleproxy:2.0.9")
Scala SBT
libraryDependencies += "xyz.rogfam" % "littleproxy" % "2.0.9"
Groovy Grape
@Grapes(
  @Grab(group='xyz.rogfam', module='littleproxy', version='2.0.9')
)
Apache Ivy
<dependency org="xyz.rogfam" name="littleproxy" rev="2.0.9" />
Leiningen
[xyz.rogfam/littleproxy "2.0.9"]
Apache Buildr
'xyz.rogfam:littleproxy:jar:2.0.9'