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