MVN

com.github.ganskef : littleproxy-mitm

Maven & Gradle

May 30, 2016
3 usages
209 stars

LittleProxy - Man-In-The-Middle · LittleProxy is a high performance HTTP proxy written in Java and using the Netty networking framework. This is an extension module to enable Man-In-The-Middle impersonation for HTTPS.

<dependency>
    <groupId>com.github.ganskef</groupId>
    <artifactId>littleproxy-mitm</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.ganskef : littleproxy-mitm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0
  • Latest Beta: 1.1.0-beta2b

All Versions

Choose a version of com.github.ganskef : littleproxy-mitm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
littleproxy-mitm-1.1.0
littleproxy-mitm-1.1.0-beta2b
littleproxy-mitm-1.1.0-beta2
littleproxy-mitm-1.1.0-beta1

How to add a dependency to Maven

Add the following com.github.ganskef : littleproxy-mitm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.ganskef</groupId>
    <artifactId>littleproxy-mitm</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.ganskef : littleproxy-mitm gradle dependency to your build.gradle file:

implementation 'com.github.ganskef:littleproxy-mitm:1.1.0'

Gradle Kotlin DSL: Add the following com.github.ganskef : littleproxy-mitm gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.ganskef:littleproxy-mitm:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.ganskef : littleproxy-mitm sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.ganskef" % "littleproxy-mitm" % "1.1.0"

Advertisement