Registry / web-framework / dropwizard-dependencies

dropwizard-dependencies

JSON →
library5.0.2javamavenunverified

Bill of materials (BOM) ensuring consistent versions of Dropwizard's transitive dependencies.

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

Starts 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
breakingDropwizard 5.x requires Java 17 or later.
fix
Ensure your project uses Java 17+ and update dependencies accordingly.
affects: >=5.0.0
Upgrade
Version history
5.0.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
dropwizard-dependencies — mvn dependency:get dropwizard-dependencies · libregistry