is not current version
Last Version 2.0.9

xyz.rogfam:littleproxy 2.0.0-beta-4

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

GroupId

GroupId

xyz.rogfam
ArtifactId

ArtifactId

littleproxy
Version

Version

2.0.0-beta-4
Type

Type

jar

Download littleproxy 2.0.0-beta-4


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