License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-jwt-cookie-authentication |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionorg.dhatim:dropwizard-jwt-cookie-authentication
Dropwizard bundle managing authentication through JWT cookies
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-jwt-cookie-authentication</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation 'org.dhatim:dropwizard-jwt-cookie-authentication:4.4.0'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation ("org.dhatim:dropwizard-jwt-cookie-authentication:4.4.0")
'org.dhatim:dropwizard-jwt-cookie-authentication:jar:4.4.0'
<dependency org="org.dhatim" name="dropwizard-jwt-cookie-authentication" rev="4.4.0">
<artifact name="dropwizard-jwt-cookie-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-jwt-cookie-authentication', version='4.4.0')
)
libraryDependencies += "org.dhatim" % "dropwizard-jwt-cookie-authentication" % "4.4.0"
[org.dhatim/dropwizard-jwt-cookie-authentication "4.4.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 2.1.0 |
io.dropwizard : dropwizard-auth | jar | 2.1.0 |
io.jsonwebtoken : jjwt-api | jar | 0.11.5 |
io.jsonwebtoken : jjwt-impl | jar | 0.11.5 |
io.jsonwebtoken : jjwt-jackson | jar | 0.11.5 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
io.dropwizard : dropwizard-testing | jar | 2.1.0 |