Categories |
CategoriesDropWizard Container Microservices |
---|---|
GroupId | GroupIdcom.bazaarvoice.dropwizard |
ArtifactId | ArtifactIddropwizard-webjars-resource |
Last Version | Last Version0.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDropwizard WebJars resource
A Jersey resource implementation that makes working with webjars in Dropwizard easier.
|
<!-- https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-webjars-resource/ -->
<dependency>
<groupId>com.bazaarvoice.dropwizard</groupId>
<artifactId>dropwizard-webjars-resource</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-webjars-resource/
implementation 'com.bazaarvoice.dropwizard:dropwizard-webjars-resource:0.2.1'
// https://jarcasting.com/artifacts/com.bazaarvoice.dropwizard/dropwizard-webjars-resource/
implementation ("com.bazaarvoice.dropwizard:dropwizard-webjars-resource:0.2.1")
'com.bazaarvoice.dropwizard:dropwizard-webjars-resource:jar:0.2.1'
<dependency org="com.bazaarvoice.dropwizard" name="dropwizard-webjars-resource" rev="0.2.1">
<artifact name="dropwizard-webjars-resource" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bazaarvoice.dropwizard', module='dropwizard-webjars-resource', version='0.2.1')
)
libraryDependencies += "com.bazaarvoice.dropwizard" % "dropwizard-webjars-resource" % "0.2.1"
[com.bazaarvoice.dropwizard/dropwizard-webjars-resource "0.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 13.0.1 |
com.sun.jersey : jersey-server | jar | 1.17.1 |
org.eclipse.jetty : jetty-http | jar | 8.1.10.v20130312 |
Group / Artifact | Type | Version |
---|---|---|
org.webjars : bootstrap | jar | 2.2.2 |
junit : junit | jar | 4.11 |