h

http-digest

This example application demonstrates how to use HTTP DIGEST authentication.
Files download
File Operation
http-digest-5.0.0-2013Jan04.pom download
http-digest-5.0.0-2013Jan04-sources.jar download
Apache Maven
<dependency>
  <groupId>org.picketbox</groupId>
  <artifactId>http-digest</artifactId>
  <version>5.0.0-2013Jan04</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.picketbox:http-digest:5.0.0-2013Jan04'
Gradle Kotlin
implementation("org.picketbox:http-digest:5.0.0-2013Jan04")
Scala SBT
libraryDependencies += "org.picketbox" % "http-digest" % "5.0.0-2013Jan04"
Groovy Grape
@Grapes(
  @Grab(group='org.picketbox', module='http-digest', version='5.0.0-2013Jan04')
)
Apache Ivy
<dependency org="org.picketbox" name="http-digest" rev="5.0.0-2013Jan04" />
Leiningen
[org.picketbox/http-digest "5.0.0-2013Jan04"]
Apache Buildr
'org.picketbox:http-digest:jar:5.0.0-2013Jan04'