MVN

de.unkrig.autoauth : autoauth-core

Maven & Gradle

Mar 21, 2022
2 stars

AUTOAUTH · An HTTP proxy that handles HTTP proxy authentication over another HTTP proxy.

<dependency>
    <groupId>de.unkrig.autoauth</groupId>
    <artifactId>autoauth-core</artifactId>
    <version>0.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.unkrig.autoauth : autoauth-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.3

All Versions

Choose a version of de.unkrig.autoauth : autoauth-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
autoauth-core-0.1.3
autoauth-core-0.1.2
autoauth-core-0.1.1

How to add a dependency to Maven

Add the following de.unkrig.autoauth : autoauth-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.unkrig.autoauth</groupId>
    <artifactId>autoauth-core</artifactId>
    <version>0.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.unkrig.autoauth : autoauth-core gradle dependency to your build.gradle file:

implementation 'de.unkrig.autoauth:autoauth-core:0.1.3'

Gradle Kotlin DSL: Add the following de.unkrig.autoauth : autoauth-core gradle kotlin dependency to your build.gradle.kts file:

implementation("de.unkrig.autoauth:autoauth-core:0.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.unkrig.autoauth : autoauth-core sbt scala dependency to your build.sbt file:

libraryDependencies += "de.unkrig.autoauth" % "autoauth-core" % "0.1.3"

Advertisement