From bbb8ba19b3a55078bf036f8e388a65cfd79523dc Mon Sep 17 00:00:00 2001 From: Sudhanshu Ambastha <135802131+Sudhanshu-Ambastha@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:09:58 +0530 Subject: [PATCH] Add jar-cart to Build Added jar-cart as a modern package manager for Java. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df777c05..b17735bc 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ _Tools that handle the build cycle and dependencies of an application._ - [Bazel](https://bazel.build) - Tool from Google that builds code quickly and reliably. - [Buck2](https://github.com/facebook/buck2) - Encourages the creation of small, reusable modules consisting of code and resources. - [Gradle](https://gradle.org) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management. - +- [jar-cart](https://github.com/Sudhanshu-Ambastha/jar-cart) - A modern, zero-configuration package manager and runner for the Java ecosystem written in Go, focusing on developer productivity and build speed. - [ReleaseRun](https://releaserun.com) - Dependency health checker for pom.xml and Gradle projects that scans for CVEs and outdated packages. ### Bytecode Manipulation