is not current version
Last Version 1.1.2

org.littleshoot:littleproxy 1.0.0-beta8

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

1.0.0-beta8
Type

Type

jar

Download littleproxy 1.0.0-beta8


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