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