{"id":19243492,"url":"https://github.com/bootique/bootique-di","last_synced_at":"2025-04-21T09:33:12.631Z","repository":{"id":38627529,"uuid":"127623072","full_name":"bootique/bootique-di","owner":"bootique","description":"Bootique core DI framework","archived":false,"fork":false,"pushed_at":"2024-04-18T09:55:34.000Z","size":614,"stargazers_count":7,"open_issues_count":6,"forks_count":5,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-01T12:11:12.716Z","etag":null,"topics":["bootique","dependency-injection-container","injection"],"latest_commit_sha":null,"homepage":"https://bootique.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bootique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-04-01T11:28:26.000Z","updated_at":"2024-03-31T14:20:51.000Z","dependencies_parsed_at":"2024-11-09T17:18:27.800Z","dependency_job_id":"ca3c4212-7790-4769-81d7-9d31db84f7cc","html_url":"https://github.com/bootique/bootique-di","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-di","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-di/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-di/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bootique%2Fbootique-di/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bootique","download_url":"https://codeload.github.com/bootique/bootique-di/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032356,"owners_count":21363824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootique","dependency-injection-container","injection"],"created_at":"2024-11-09T17:18:13.322Z","updated_at":"2025-04-21T09:33:07.610Z","avatar_url":"https://github.com/bootique.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\n  Licensed to ObjectStyle LLC under one\n  or more contributor license agreements.  See the NOTICE file\n  distributed with this work for additional information\n  regarding copyright ownership.  The ObjectStyle LLC licenses\n  this file to you under the Apache License, Version 2.0 (the\n  \"License\"); you may not use this file except in compliance\n  with the License.  You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n  Unless required by applicable law or agreed to in writing,\n  software distributed under the License is distributed on an\n  \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n  KIND, either express or implied.  See the License for the\n  specific language governing permissions and limitations\n  under the License.\n  --\u003e\n\n[![build test deploy](https://github.com/bootique/bootique-di/actions/workflows/maven.yml/badge.svg)](https://github.com/bootique/bootique-di/actions/workflows/maven.yml)\n\n# bootique-di\n\n**Since Bootique 3, `bootique-di` is no longer developed as a standalone module, and is instead included in Bootique core. So this GitHub project is retired, while the DI functionality continues to live and thrive at https://github.com/bootique/bootique .**\n\nA [lightweight and fast](https://github.com/andrus/di-comparison#results-java-8) dependency injection (DI) engine used by Bootique framework. Can be used in the context of Bootique or as a standalone DI engine.\n\n## Docs\n\n- [Docs](https://bootique.io/docs/2.x/bootique-docs/#_bqruntime_and_di) (in the context of Bootique)\n- [Migration from Guice](https://bootique.io/docs/2.x/migrate-from-guice/)\n\n## Standalone Example\n\nStarting and using Bootique DI \n```java\nBQModule m = binder -\u003e binder.bind(MyService.class).to(MySericeImpl.class);\nInjector injector = DIBootstrap.createInjector(m);\nMyService s = injector.getInstance(MyService.class);\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-di","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbootique%2Fbootique-di","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbootique%2Fbootique-di/lists"}