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-2.0.0.jar download
dropwizard-jwt-cookie-authentication-2.0.0.pom download
dropwizard-jwt-cookie-authentication-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.dhatim</groupId>
  <artifactId>dropwizard-jwt-cookie-authentication</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.dhatim:dropwizard-jwt-cookie-authentication:2.0.0'
Gradle Kotlin
implementation("org.dhatim:dropwizard-jwt-cookie-authentication:2.0.0")
Scala SBT
libraryDependencies += "org.dhatim" % "dropwizard-jwt-cookie-authentication" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.dhatim', module='dropwizard-jwt-cookie-authentication', version='2.0.0')
)
Apache Ivy
<dependency org="org.dhatim" name="dropwizard-jwt-cookie-authentication" rev="2.0.0" />
Leiningen
[org.dhatim/dropwizard-jwt-cookie-authentication "2.0.0"]
Apache Buildr
'org.dhatim:dropwizard-jwt-cookie-authentication:jar:2.0.0'