| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdcom.washingtonpost |
| ArtifactId | ArtifactIddropwizard-peer-authenticator |
| Last Version | Last Version1.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-peer-authenticator/ -->
<dependency>
<groupId>com.washingtonpost</groupId>
<artifactId>dropwizard-peer-authenticator</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.washingtonpost/dropwizard-peer-authenticator/
implementation 'com.washingtonpost:dropwizard-peer-authenticator:1.0.1'
// https://jarcasting.com/artifacts/com.washingtonpost/dropwizard-peer-authenticator/
implementation ("com.washingtonpost:dropwizard-peer-authenticator:1.0.1")
'com.washingtonpost:dropwizard-peer-authenticator:jar:1.0.1'
<dependency org="com.washingtonpost" name="dropwizard-peer-authenticator" rev="1.0.1">
<artifact name="dropwizard-peer-authenticator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.washingtonpost', module='dropwizard-peer-authenticator', version='1.0.1')
)
libraryDependencies += "com.washingtonpost" % "dropwizard-peer-authenticator" % "1.0.1"
[com.washingtonpost/dropwizard-peer-authenticator "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| io.dropwizard : dropwizard-auth | jar | 0.8.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.easymock : easymock | jar | 3.3.1 |
| junit : junit | jar | 4.12 |