License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.toastshaman |
ArtifactId | ArtifactIddropwizard-auth-jwt |
Last Version | Last Version1.1.2-0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-auth-jwt
An implementation of the JSON Web Token (JWT) draft-ietf-oauth-json-web-token-20 for Dropwizard.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-auth-jwt-1.1.2-0.pom | |
dropwizard-auth-jwt-1.1.2-0.jar | 38 KB |
dropwizard-auth-jwt-1.1.2-0-sources.jar | 24 KB |
dropwizard-auth-jwt-1.1.2-0-javadoc.jar | 206 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.toastshaman/dropwizard-auth-jwt/ -->
<dependency>
<groupId>com.github.toastshaman</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>1.1.2-0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.toastshaman/dropwizard-auth-jwt/
implementation 'com.github.toastshaman:dropwizard-auth-jwt:1.1.2-0'
// https://jarcasting.com/artifacts/com.github.toastshaman/dropwizard-auth-jwt/
implementation ("com.github.toastshaman:dropwizard-auth-jwt:1.1.2-0")
'com.github.toastshaman:dropwizard-auth-jwt:jar:1.1.2-0'
<dependency org="com.github.toastshaman" name="dropwizard-auth-jwt" rev="1.1.2-0">
<artifact name="dropwizard-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.toastshaman', module='dropwizard-auth-jwt', version='1.1.2-0')
)
libraryDependencies += "com.github.toastshaman" % "dropwizard-auth-jwt" % "1.1.2-0"
[com.github.toastshaman/dropwizard-auth-jwt "1.1.2-0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-auth | jar | 1.1.2 |
org.bitbucket.b_c : jose4j | jar | 0.6.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.4.1 |
org.assertj : assertj-guava | jar | 3.0.0 |
org.mockito : mockito-core | jar | 1.10.19 |
org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar |