License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.washingtonpost.dropwizard |
ArtifactId | ArtifactIddropwizard-peer-authenticator |
Last Version | Last Version3.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-peer-authenticator
Dropwizard Authenticator that uses BasicAuth (user,pass) pairs to control access to your service
|
<!-- https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-peer-authenticator/ -->
<dependency>
<groupId>com.washingtonpost.dropwizard</groupId>
<artifactId>dropwizard-peer-authenticator</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-peer-authenticator/
implementation 'com.washingtonpost.dropwizard:dropwizard-peer-authenticator:3.0.1'
// https://jarcasting.com/artifacts/com.washingtonpost.dropwizard/dropwizard-peer-authenticator/
implementation ("com.washingtonpost.dropwizard:dropwizard-peer-authenticator:3.0.1")
'com.washingtonpost.dropwizard:dropwizard-peer-authenticator:jar:3.0.1'
<dependency org="com.washingtonpost.dropwizard" name="dropwizard-peer-authenticator" rev="3.0.1">
<artifact name="dropwizard-peer-authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.washingtonpost.dropwizard', module='dropwizard-peer-authenticator', version='3.0.1')
)
libraryDependencies += "com.washingtonpost.dropwizard" % "dropwizard-peer-authenticator" % "3.0.1"
[com.washingtonpost.dropwizard/dropwizard-peer-authenticator "3.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 20.0 |
org.slf4j : slf4j-api | jar | 1.7.13 |
io.dropwizard : dropwizard-auth | jar | 1.0.5 |
org.jasypt : jasypt | jar | 1.9.2 |
com.beust : jcommander | jar | 1.48 |
Group / Artifact | Type | Version |
---|---|---|
org.easymock : easymock | jar | 3.3.1 |
junit : junit | jar | 4.12 |