https://github.com/smallrye/smallrye-beanbag
A simple programmatic bean container with support for creating a Maven resolver via integration with Eclipse SISU.
https://github.com/smallrye/smallrye-beanbag
maven maven-resolver
Last synced: about 1 year ago
JSON representation
A simple programmatic bean container with support for creating a Maven resolver via integration with Eclipse SISU.
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-beanbag
- Owner: smallrye
- License: apache-2.0
- Created: 2023-02-13T13:29:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T02:03:09.000Z (about 1 year ago)
- Last Synced: 2025-05-12T05:43:42.859Z (about 1 year ago)
- Topics: maven, maven-resolver
- Language: Java
- Homepage: https://smallrye.io
- Size: 436 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
image:https://img.shields.io/github/license/smallrye/smallrye-config.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye.beanbag/smallrye-beanbag-parent?color=green[["Central", link="https://search.maven.org/search?q=g:io.smallrye.beanbag"]
= SmallRye BeanBag
A simple programmatic bean container. Includes integration for Eclipse SISU as well as a Maven Resolver factory which uses it to wire a `RepositorySystem` instance.
== Instructions
=== Compile and test
To compile and test the project:
[source,bash]
----
mvn verify
----
=== Contributing
Please refer to our Wiki for the https://github.com/smallrye/smallrye-parent/wiki[Contribution Guidelines].