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-5.1.3.jar 下载
dropwizard-jwt-cookie-authentication-5.1.3.pom 下载
dropwizard-jwt-cookie-authentication-5.1.3-sources.jar 下载
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'