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