Skip to content

Commit 4a289dd

Browse files
Add jar-cart to Build (#1282)
Added jar-cart as a modern package manager for Java.
1 parent a4f8e9b commit 4a289dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ _Tools that handle the build cycle and dependencies of an application._
152152
- [Bazel](https://bazel.build) - Tool from Google that builds code quickly and reliably.
153153
- [Buck2](https://github.com/facebook/buck2) - Encourages the creation of small, reusable modules consisting of code and resources.
154154
- [Gradle](https://gradle.org) - Incremental builds programmed via Groovy instead of declaring XML. Works well with Maven's dependency management.
155-
155+
- [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.
156156
- [ReleaseRun](https://releaserun.com) - Dependency health checker for pom.xml and Gradle projects that scans for CVEs and outdated packages.
157157
### Bytecode Manipulation
158158

0 commit comments

Comments
 (0)