is not current version
Last Version 2.0.9

xyz.rogfam:littleproxy 2.0.0-beta-5

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-5
Type

Type

jar

Download littleproxy 2.0.0-beta-5


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