is not current version
Last Version 4.0.0-beta.1

io.dropwizard:dropwizard-assets 0.9.0


Categories

Categories

DropWizard Container Microservices
GroupId

GroupId

io.dropwizard
ArtifactId

ArtifactId

dropwizard-assets
Version

Version

0.9.0
Type

Type

jar

Download dropwizard-assets 0.9.0


<!-- https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/ -->
<dependency>
    <groupId>io.dropwizard</groupId>
    <artifactId>dropwizard-assets</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/
implementation 'io.dropwizard:dropwizard-assets:0.9.0'
// https://jarcasting.com/artifacts/io.dropwizard/dropwizard-assets/
implementation ("io.dropwizard:dropwizard-assets:0.9.0")
'io.dropwizard:dropwizard-assets:jar:0.9.0'
<dependency org="io.dropwizard" name="dropwizard-assets" rev="0.9.0">
  <artifact name="dropwizard-assets" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-assets', version='0.9.0')
)
libraryDependencies += "io.dropwizard" % "dropwizard-assets" % "0.9.0"
[io.dropwizard/dropwizard-assets "0.9.0"]