Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

A simple programmatic bean container with support for creating a Maven resolver via integration with Eclipse SISU.

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].