MVN

com.netzarchitekten : IPtProxy

Maven & Gradle

Jul 05, 2023
44 stars

IPtProxy · Obfs4proxy/Lyrebird and Snowflake Pluggable Transports for iOS, MacOS and Android

<dependency>
    <groupId>com.netzarchitekten</groupId>
    <artifactId>IPtProxy</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netzarchitekten : IPtProxy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.netzarchitekten : IPtProxy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
IPtProxy-3.1.0
2.0.x
IPtProxy-2.0.0
1.10.x
IPtProxy-1.10.1
IPtProxy-1.10.0
1.9.x
IPtProxy-1.9.0

How to add a dependency to Maven

Add the following com.netzarchitekten : IPtProxy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netzarchitekten</groupId>
    <artifactId>IPtProxy</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netzarchitekten : IPtProxy gradle dependency to your build.gradle file:

implementation 'com.netzarchitekten:IPtProxy:3.1.0'

Gradle Kotlin DSL: Add the following com.netzarchitekten : IPtProxy gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netzarchitekten:IPtProxy:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netzarchitekten : IPtProxy sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netzarchitekten" % "IPtProxy" % "3.1.0"