Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unnamed/inject
A fast and very lightweight dependency injection library for Java 8+
https://github.com/unnamed/inject
dependency-injection dependency-injection-framework di di-framework java java8 library
Last synced: about 24 hours ago
JSON representation
A fast and very lightweight dependency injection library for Java 8+
- Host: GitHub
- URL: https://github.com/unnamed/inject
- Owner: unnamed
- License: mit
- Created: 2020-10-02T03:11:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-18T21:56:49.000Z (12 months ago)
- Last Synced: 2023-11-19T19:27:20.931Z (12 months ago)
- Topics: dependency-injection, dependency-injection-framework, di, di-framework, java, java8, library
- Language: Java
- Homepage: https://unnamed.team/docs/inject
- Size: 599 KB
- Stars: 39
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# inject
[![Build Status](https://img.shields.io/github/actions/workflow/status/unnamed/inject/build.yml?branch=main)](https://github.com/unnamed/inject/actions/workflows/build.yml)
[![MIT License](https://img.shields.io/badge/license-MIT-blue)](license.txt)
[![Discord](https://img.shields.io/discord/683899335405994062)](https://discord.gg/xbba2fy)`unnamed/inject` is a zero-dependency, lightweight and fast runtime dependency
injection library based on [Google's Guice](https://github.com/google/guice) for Java 8+By not having to worry about manually injecting dependencies, this library
will potentially increase your programming productivityCheck the [documentation](https://unnamed.team/docs/inject) for
installation and usage information for this library