📦 Lightweight Maven based artifact repository for Cloudflare Workers
This project is a simple Maven based artifact repository for Cloudflare Workers platform. It isn't a full-fledged artifact repository like Nexus or Artifactory, but it's a simple solution for small projects that need to store and retrieve artifacts. I chose Cloudflare Workers because it's free and it's a serverless platform, so you don't need to worry about the infrastructure.
- Lightweight and easy to use.
- Store and retrieve artifacts via API.
- Basic authentication.
- Maven, Gradle, etc. are supported.
- No UI for managing artifacts.
- No support for listing/browsing artifacts.
- Lack of features compared to full-fledged artifact repositories.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.