From dd89e6a3b3db614f091fd950c70f1dcdfbb2bd4c Mon Sep 17 00:00:00 2001 From: thevpc Date: Thu, 11 Jun 2026 15:48:44 +0100 Subject: [PATCH] feat(miscellaneous): add Nuts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ebb8e4..c05d4719 100644 --- a/README.md +++ b/README.md @@ -774,6 +774,7 @@ _Everything else._ - [LittleProxy](https://github.com/adamfisk/LittleProxy) - High performance HTTP proxy atop Netty's event-based networking library. - [Modern Java - A Guide to Java 8](https://github.com/winterbe/java8-tutorial) - Popular Java 8 guide. - [Modernizer](https://github.com/gaul/modernizer-maven-plugin) - Detect uses of legacy Java APIs. +- [Nuts](https://github.com/thevpc/nuts) - Nuts – A portable package manager for the JVM that installs applications from Maven Central, provisions the required JDK automatically, and lets you run them anywhere without configuration overhead. - [Nyagram](https://github.com/kaleert/nyagram) - Reactive, type-safe framework for Telegram bots based on Spring Boot 3 and Java 21. - [OctoLinker](https://github.com/OctoLinker/OctoLinker) - Browser extension which allows to navigate through code on GitHub more efficiently. - [OpenRefine](http://openrefine.org) - Tool for working with messy data: cleaning, transforming, extending it with web services and linking it to databases.