Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.github.mambabosso |
ArtifactId | ArtifactIddropwizard-auth-jwt |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
dropwizard-auth-jwt-1.1.pom | |
dropwizard-auth-jwt-1.1.jar | 409 KB |
dropwizard-auth-jwt-1.1-sources.jar | 8 KB |
dropwizard-auth-jwt-1.1-javadoc.jar | 430 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/ -->
<dependency>
<groupId>com.github.mambabosso</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/
implementation 'com.github.mambabosso:dropwizard-auth-jwt:1.1'
// https://jarcasting.com/artifacts/com.github.mambabosso/dropwizard-auth-jwt/
implementation ("com.github.mambabosso:dropwizard-auth-jwt:1.1")
'com.github.mambabosso:dropwizard-auth-jwt:jar:1.1'
<dependency org="com.github.mambabosso" name="dropwizard-auth-jwt" rev="1.1">
<artifact name="dropwizard-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mambabosso', module='dropwizard-auth-jwt', version='1.1')
)
libraryDependencies += "com.github.mambabosso" % "dropwizard-auth-jwt" % "1.1"
[com.github.mambabosso/dropwizard-auth-jwt "1.1"]