Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-beanbag
- Owner: smallrye
- License: apache-2.0
- Created: 2023-02-13T13:29:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T03:16:18.000Z (8 months ago)
- Last Synced: 2024-05-07T18:15:36.858Z (8 months ago)
- Topics: maven, maven-resolver
- Language: Java
- Homepage: https://smallrye.io
- Size: 293 KB
- Stars: 2
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
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].