| Categories |
CategoriesDropWizard Container Microservices |
|---|---|
| GroupId | GroupIdio.dropwizard |
| ArtifactId | ArtifactIddropwizard-auth |
| Version | Version1.0.0-rc4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dropwizard-auth-1.0.0-rc4.pom | |
| dropwizard-auth-1.0.0-rc4.jar | 31 KB |
| dropwizard-auth-1.0.0-rc4-sources.jar | 17 KB |
| dropwizard-auth-1.0.0-rc4-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>1.0.0-rc4</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/
implementation 'io.dropwizard:dropwizard-auth:1.0.0-rc4'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/
implementation ("io.dropwizard:dropwizard-auth:1.0.0-rc4")
'io.dropwizard:dropwizard-auth:jar:1.0.0-rc4'
<dependency org="io.dropwizard" name="dropwizard-auth" rev="1.0.0-rc4">
<artifact name="dropwizard-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-auth', version='1.0.0-rc4')
)
libraryDependencies += "io.dropwizard" % "dropwizard-auth" % "1.0.0-rc4"
[io.dropwizard/dropwizard-auth "1.0.0-rc4"]