License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.mambabosso |
ArtifactId | ArtifactIddropwizard-auth-jwt |
Version | Version1.2 |
Type | Typejar |
Description |
Descriptiondropwizard-auth-jwt
A simple to use dropwizard jwt auth library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-auth-jwt-1.2.pom | |
dropwizard-auth-jwt-1.2.jar | 409 KB |
dropwizard-auth-jwt-1.2-sources.jar | 8 KB |
dropwizard-auth-jwt-1.2-javadoc.jar | 431 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/ -->
<dependency>
<groupId>com.github.mambabosso</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/
implementation 'com.github.mambabosso:dropwizard-auth-jwt:1.2'
// https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/
implementation ("com.github.mambabosso:dropwizard-auth-jwt:1.2")
'com.github.mambabosso:dropwizard-auth-jwt:jar:1.2'
<dependency org="com.github.mambabosso" name="dropwizard-auth-jwt" rev="1.2">
<artifact name="dropwizard-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mambabosso', module='dropwizard-auth-jwt', version='1.2')
)
libraryDependencies += "com.github.mambabosso" % "dropwizard-auth-jwt" % "1.2"
[com.github.mambabosso/dropwizard-auth-jwt "1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.auth0 : java-jwt | jar | 3.10.2 |
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-auth | jar | 2.0.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.3 |
org.projectlombok : lombok | jar | 1.18.12 |