| License |
License |
|---|---|
| Categories |
CategoriesDropWizard Container Microservices |
| GroupId | GroupIdorg.dhatim |
| ArtifactId | ArtifactIddropwizard-jwt-cookie-authentication |
| Version | Version4.3.12 |
| 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.3.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation 'org.dhatim:dropwizard-jwt-cookie-authentication:4.3.12'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation ("org.dhatim:dropwizard-jwt-cookie-authentication:4.3.12")
'org.dhatim:dropwizard-jwt-cookie-authentication:jar:4.3.12'
<dependency org="org.dhatim" name="dropwizard-jwt-cookie-authentication" rev="4.3.12">
<artifact name="dropwizard-jwt-cookie-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-jwt-cookie-authentication', version='4.3.12')
)
libraryDependencies += "org.dhatim" % "dropwizard-jwt-cookie-authentication" % "4.3.12"
[org.dhatim/dropwizard-jwt-cookie-authentication "4.3.12"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.dropwizard : dropwizard-core | jar | 2.0.29 |
| io.dropwizard : dropwizard-auth | jar | 2.0.29 |
| io.jsonwebtoken : jjwt-api | jar | 0.11.4 |
| io.jsonwebtoken : jjwt-impl | jar | 0.11.4 |
| io.jsonwebtoken : jjwt-jackson | jar | 0.11.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| io.dropwizard : dropwizard-testing | jar | 2.0.29 |