is not current version
Last Version 1.2

com.github.mambabosso:dropwizard-auth-jwt 1.1

A simple to use dropwizard jwt auth library

Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

com.github.mambabosso
ArtifactId

ArtifactId

dropwizard-auth-jwt
Version

Version

1.1
Type

Type

jar

Download dropwizard-auth-jwt 1.1


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