is not current version
Last Version 1.1.2

org.littleshoot:littleproxy 0.4

LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework.

GroupId

GroupId

org.littleshoot
ArtifactId

ArtifactId

littleproxy
Version

Version

0.4
Type

Type

jar

Download littleproxy 0.4


<!-- https://jarcasting.com/artifacts/org.littleshoot/littleproxy/ -->
<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>littleproxy</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/littleproxy/
implementation 'org.littleshoot:littleproxy:0.4'
// https://jarcasting.com/artifacts/org.littleshoot/littleproxy/
implementation ("org.littleshoot:littleproxy:0.4")
'org.littleshoot:littleproxy:jar:0.4'
<dependency org="org.littleshoot" name="littleproxy" rev="0.4">
  <artifact name="littleproxy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='littleproxy', version='0.4')
)
libraryDependencies += "org.littleshoot" % "littleproxy" % "0.4"
[org.littleshoot/littleproxy "0.4"]