License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdse.codeby |
ArtifactId | ArtifactIddropwizard-auth-jwt |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-auth-jwt
JWT authentication support for dropwizard
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dropwizard-auth-jwt-0.2.pom | |
dropwizard-auth-jwt-0.2.jar | 11 KB |
dropwizard-auth-jwt-0.2-sources.jar | 6 KB |
dropwizard-auth-jwt-0.2-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.codeby/dropwizard-auth-jwt/ -->
<dependency>
<groupId>se.codeby</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/se.codeby/dropwizard-auth-jwt/
implementation 'se.codeby:dropwizard-auth-jwt:0.2'
// https://jarcasting.com/artifacts/se.codeby/dropwizard-auth-jwt/
implementation ("se.codeby:dropwizard-auth-jwt:0.2")
'se.codeby:dropwizard-auth-jwt:jar:0.2'
<dependency org="se.codeby" name="dropwizard-auth-jwt" rev="0.2">
<artifact name="dropwizard-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.codeby', module='dropwizard-auth-jwt', version='0.2')
)
libraryDependencies += "se.codeby" % "dropwizard-auth-jwt" % "0.2"
[se.codeby/dropwizard-auth-jwt "0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | |
com.github.toastshaman : dropwizard-auth-jwt | jar | 1.1.2-0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.6 |