d

dropwizard-jwt-cookie-authentication

Dropwizard bundle managing authentication through JWT cookies
https://github.com/dhatim/dropwizard-jwt-cookie-authentication
The Apache License, Version 2.0
Maxime Suret
Files download
File Operation
dropwizard-jwt-cookie-authentication-5.1.3.jar download
dropwizard-jwt-cookie-authentication-5.1.3.pom download
dropwizard-jwt-cookie-authentication-5.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dhatim</groupId>
  <artifactId>dropwizard-jwt-cookie-authentication</artifactId>
  <version>5.1.3</version>
</dependency>
Gradle Groovy
implementation 'org.dhatim:dropwizard-jwt-cookie-authentication:5.1.3'
Gradle Kotlin
implementation("org.dhatim:dropwizard-jwt-cookie-authentication:5.1.3")
Scala SBT
libraryDependencies += "org.dhatim" % "dropwizard-jwt-cookie-authentication" % "5.1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.dhatim', module='dropwizard-jwt-cookie-authentication', version='5.1.3')
)
Apache Ivy
<dependency org="org.dhatim" name="dropwizard-jwt-cookie-authentication" rev="5.1.3" />
Leiningen
[org.dhatim/dropwizard-jwt-cookie-authentication "5.1.3"]
Apache Buildr
'org.dhatim:dropwizard-jwt-cookie-authentication:jar:5.1.3'