Registry / web-framework / dropwizard-bom

dropwizard-bom

JSON →
library5.0.2javamavenunverified

Dropwizard BOM (Bill of Materials) ensures consistent versions of Dropwizard modules in a project.

<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-bom</artifactId> <version>5.0.2</version> </dependency>
INSTALL
IMPORT
SIG · DROPWIZARD-BOM
D
dropwizard-bom
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.

Application
✓ io.dropwizard.core.Application

Create a basic Dropwizard application.

import io.dropwizard.core.Application; import io.dropwizard.core.setup.Bootstrap; import io.dropwizard.core.setup.Environment; public class MyApp extends Application<MyConfiguration> { public static void main(String[] args) throws Exception { new MyApp().run(args); } @Override public void initialize(Bootstrap<MyConfiguration> bootstrap) {} @Override public void run(MyConfiguration config, Environment env) {} }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
dropwizard-bom — mvn dependency:get dropwizard-bom · libregistry