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