Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdde.borntohula.dropwizard |
ArtifactId | ArtifactIddropwizard-auth-jwt |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/de.borntohula.dropwizard/dropwizard-auth-jwt/ -->
<dependency>
<groupId>de.borntohula.dropwizard</groupId>
<artifactId>dropwizard-auth-jwt</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.borntohula.dropwizard/dropwizard-auth-jwt/
implementation 'de.borntohula.dropwizard:dropwizard-auth-jwt:0.1.0'
// https://jarcasting.com/artifacts/de.borntohula.dropwizard/dropwizard-auth-jwt/
implementation ("de.borntohula.dropwizard:dropwizard-auth-jwt:0.1.0")
'de.borntohula.dropwizard:dropwizard-auth-jwt:jar:0.1.0'
<dependency org="de.borntohula.dropwizard" name="dropwizard-auth-jwt" rev="0.1.0">
<artifact name="dropwizard-auth-jwt" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.borntohula.dropwizard', module='dropwizard-auth-jwt', version='0.1.0')
)
libraryDependencies += "de.borntohula.dropwizard" % "dropwizard-auth-jwt" % "0.1.0"
[de.borntohula.dropwizard/dropwizard-auth-jwt "0.1.0"]