Registry / dependency-injection / bootique

bootique

JSON →
library2.0.1javamavenunverified

A lightweight DI-based framework for building command-line Java applications, including web services and jobs.

<dependency> <groupId>io.bootique</groupId> <artifactId>bootique</artifactId> <version>2.0.1</version> </dependency>
INSTALL
IMPORT
SIG · BOOTIQUE
B
bootique
dependency-injectionjavav2.0.1
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.

Bootique
io.bootique.Bootique

Start a Bootique application with auto-loaded modules.

import io.bootique.Bootique; public class App { public static void main(String[] args) { Bootique.app(args) .autoLoadModules() .exec() .exit(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
32
OpenAI (training)
1
Resources
bootique — mvn dependency:get bootique · libregistry