| License |
License |
|---|---|
| Categories |
CategoriesAuto Application Layer Libs Code Generators |
| GroupId | GroupIdde.unkrig.autoauth |
| ArtifactId | ArtifactIdautoauth-core |
| Last Version | Last Version0.1.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAUTOAUTH
An HTTP proxy that handles HTTP proxy authentication over another HTTP proxy.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| autoauth-core-0.1.3.pom | |
| autoauth-core-0.1.3.jar | 12 KB |
| autoauth-core-0.1.3-sources.jar | 3 KB |
| autoauth-core-0.1.3-javadoc.jar | 24 KB |
| autoauth-core-0.1.3-jar-with-dependencies.jar | 980 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/ -->
<dependency>
<groupId>de.unkrig.autoauth</groupId>
<artifactId>autoauth-core</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/
implementation 'de.unkrig.autoauth:autoauth-core:0.1.3'
// https://jarcasting.com/artifacts/de.unkrig.autoauth/autoauth-core/
implementation ("de.unkrig.autoauth:autoauth-core:0.1.3")
'de.unkrig.autoauth:autoauth-core:jar:0.1.3'
<dependency org="de.unkrig.autoauth" name="autoauth-core" rev="0.1.3">
<artifact name="autoauth-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.unkrig.autoauth', module='autoauth-core', version='0.1.3')
)
libraryDependencies += "de.unkrig.autoauth" % "autoauth-core" % "0.1.3"
[de.unkrig.autoauth/autoauth-core "0.1.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| de.unkrig.commons : commons-net | jar | 1.2.16 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |