h

helidon-security-providers-http-auth

HTTP basic and digest authentication provider
Files download
File Operation
helidon-security-providers-http-auth-4.0.8.jar download
helidon-security-providers-http-auth-4.0.8.pom download
helidon-security-providers-http-auth-4.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.helidon.security.providers</groupId>
  <artifactId>helidon-security-providers-http-auth</artifactId>
  <version>4.0.8</version>
</dependency>
Gradle Groovy
implementation 'io.helidon.security.providers:helidon-security-providers-http-auth:4.0.8'
Gradle Kotlin
implementation("io.helidon.security.providers:helidon-security-providers-http-auth:4.0.8")
Scala SBT
libraryDependencies += "io.helidon.security.providers" % "helidon-security-providers-http-auth" % "4.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.helidon.security.providers', module='helidon-security-providers-http-auth', version='4.0.8')
)
Apache Ivy
<dependency org="io.helidon.security.providers" name="helidon-security-providers-http-auth" rev="4.0.8" />
Leiningen
[io.helidon.security.providers/helidon-security-providers-http-auth "4.0.8"]
Apache Buildr
'io.helidon.security.providers:helidon-security-providers-http-auth:jar:4.0.8'