Registry / web-framework / dropwizard-assets

dropwizard-assets

JSON →
library5.0.2javamavenunverified

A Dropwizard module for serving static web assets in RESTful applications.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-assets</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-ASSETS
D
dropwizard-assets
web-frameworkjavav5.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AssetsBundle
io.dropwizard.assets.AssetsBundle

Creates an AssetsBundle to serve static files from the classpath.

import io.dropwizard.assets.AssetsBundle; public class Main { public static void main(String[] args) { AssetsBundle assets = new AssetsBundle("/assets/", "/"); System.out.println("Assets bundle created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
dropwizard-assets — mvn dependency:get dropwizard-assets · libregistry