Strongbox is a modern OSS artifact repository manager. With a well-developed architecture, it provides native implementations for various layout formats, such as Maven, NPM, NuGet, and Raw.
As an artifact repository manager, Strongbox supports:
- Hosted repositories (for deploying your own artifacts, generally binaries).
- Proxy repositories (for caching artifacts from third-party repositories).
- Group repositories (for serving an ordered list of repositories under the same URL).
With a well-developed architecture, it provides native implementations for various layout formats, such as, for example, maven, npm, nuget, and raw.
All of the implemented layout formats (a.k.a. "providers") are written natively in Java.
Strongbox has a search engine which allows querying for artifacts using its own artifact query language (AQL).
Useful links