License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-auth |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Authentication
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-auth</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/
implementation 'io.dropwizard:dropwizard-auth:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-auth/
implementation ("io.dropwizard:dropwizard-auth:4.0.0-beta.1")
'io.dropwizard:dropwizard-auth:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-auth" rev="4.0.0-beta.1">
<artifact name="dropwizard-auth" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-auth', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-auth" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-auth "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-jersey | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-logging | jar | 4.0.0-beta.1 |
io.dropwizard.metrics : metrics-core | jar | |
io.dropwizard.metrics : metrics-caffeine | jar | |
com.fasterxml.jackson.core : jackson-annotations | jar | |
com.github.ben-manes.caffeine : caffeine | jar | 3.0.6 |
com.google.code.findbugs : jsr305 | jar | 3.0.2 |
jakarta.annotation : jakarta.annotation-api | jar | 2.1.0 |
jakarta.ws.rs : jakarta.ws.rs-api | jar | 3.0.0 |
jakarta.inject : jakarta.inject-api | jar | 2.0.1 |
org.glassfish.jersey.containers : jersey-container-servlet-core | jar | |
org.glassfish.jersey.core : jersey-common | jar | |
org.glassfish.jersey.core : jersey-server | jar | |
org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.test-framework : jersey-test-framework-core | jar | |
org.glassfish.jersey.test-framework.providers : jersey-test-framework-provider-grizzly2 | jar | |
org.junit.jupiter : junit-jupiter | jar | |
org.junit.jupiter : junit-jupiter-api | jar | |
org.assertj : assertj-core | jar | 3.22.0 |
org.mockito : mockito-core | jar | 4.4.0 |
org.mockito : mockito-junit-jupiter | jar | 4.4.0 |