Registry / web-framework / dropwizard-core

dropwizard-core

JSON →
library5.0.2javamavenunverified

Dropwizard is a Java framework for developing ops-friendly, high-performance, RESTful web applications.

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

Minimal Dropwizard application setup.

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
6 hits · last 30 days
node
6
Resources