License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdio.dropwizard |
ArtifactId | ArtifactIddropwizard-assets |
Last Version | Last Version4.0.0-beta.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard Asset Bundle
Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web
applications.
|
<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/ -->
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-assets</artifactId>
<version>4.0.0-beta.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/
implementation 'io.dropwizard:dropwizard-assets:4.0.0-beta.1'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/
implementation ("io.dropwizard:dropwizard-assets:4.0.0-beta.1")
'io.dropwizard:dropwizard-assets:jar:4.0.0-beta.1'
<dependency org="io.dropwizard" name="dropwizard-assets" rev="4.0.0-beta.1">
<artifact name="dropwizard-assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-assets', version='4.0.0-beta.1')
)
libraryDependencies += "io.dropwizard" % "dropwizard-assets" % "4.0.0-beta.1"
[io.dropwizard/dropwizard-assets "4.0.0-beta.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-jetty | jar | 4.0.0-beta.1 |
io.dropwizard : dropwizard-servlets | jar | 4.0.0-beta.1 |
jakarta.servlet : jakarta.servlet-api | jar | 5.0.0 |
org.slf4j : slf4j-api | jar | 2.0.0-alpha7 |
Group / Artifact | Type | Version |
---|---|---|
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 |