Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdorg.dhatim |
ArtifactId | ArtifactIddropwizard-jwt-cookie-authentication |
Version | Version3.3.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/ -->
<dependency>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-jwt-cookie-authentication</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation 'org.dhatim:dropwizard-jwt-cookie-authentication:3.3.0'
// https://jarcasting.com/artifacts/org.dhatim/dropwizard-jwt-cookie-authentication/
implementation ("org.dhatim:dropwizard-jwt-cookie-authentication:3.3.0")
'org.dhatim:dropwizard-jwt-cookie-authentication:jar:3.3.0'
<dependency org="org.dhatim" name="dropwizard-jwt-cookie-authentication" rev="3.3.0">
<artifact name="dropwizard-jwt-cookie-authentication" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dhatim', module='dropwizard-jwt-cookie-authentication', version='3.3.0')
)
libraryDependencies += "org.dhatim" % "dropwizard-jwt-cookie-authentication" % "3.3.0"
[org.dhatim/dropwizard-jwt-cookie-authentication "3.3.0"]