is not current version
Last Version 0.4.0

org.whispersystems:dropwizard-simpleauth 0.2.0

A Dropwizard library for simple @Auth

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

org.whispersystems
ArtifactId

ArtifactId

dropwizard-simpleauth
Version

Version

0.2.0
Type

Type

jar

Download dropwizard-simpleauth 0.2.0


<!-- https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/ -->
<dependency>
    <groupId>org.whispersystems</groupId>
    <artifactId>dropwizard-simpleauth</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/
implementation 'org.whispersystems:dropwizard-simpleauth:0.2.0'
// https://jarcasting.com/artifacts/org.whispersystems/dropwizard-simpleauth/
implementation ("org.whispersystems:dropwizard-simpleauth:0.2.0")
'org.whispersystems:dropwizard-simpleauth:jar:0.2.0'
<dependency org="org.whispersystems" name="dropwizard-simpleauth" rev="0.2.0">
  <artifact name="dropwizard-simpleauth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.whispersystems', module='dropwizard-simpleauth', version='0.2.0')
)
libraryDependencies += "org.whispersystems" % "dropwizard-simpleauth" % "0.2.0"
[org.whispersystems/dropwizard-simpleauth "0.2.0"]