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