From 45dd35fb504cdfed05c9ec02a6f448e9a6166550 Mon Sep 17 00:00:00 2001 From: shathor Date: Sun, 22 Nov 2020 13:14:46 +0100 Subject: [PATCH] Add Getdown and JavaPackager --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f738635..da2f417 100644 --- a/README.md +++ b/README.md @@ -353,7 +353,9 @@ _Tools that handle the distribution of applications in native formats._ - [Capsule](https://github.com/puniverse/capsule) - Simple and powerful packaging and deployment. A fat JAR on steroids, or a "Docker for Java" that supports JVM-optimized containers. - [Central Repository](https://search.maven.org) - Largest binary component repository available as a free service to the open-source community. Default used by Apache Maven, and available in all other build tools. - [Cloudsmith ![c]](https://cloudsmith.io) - Fully managed package management SaaS with support for Maven/Gradle/SBT with a free tier. +- [Getdown](https://github.com/threerings/getdown) - A system for deploying Java applications to end-user computers and keeping them up to date. Developed as an alternative to Java Web Start. - [IzPack](http://izpack.org) - Setup authoring tool for cross-platform deployments. +- [JavaPackager](https://github.com/fvarrui/JavaPackager) - Maven and Gradle plugin which provides an easy way to package Java applications in native Windows, Mac OS X or GNU/Linux executables, and generate installers for them. - [jlink.online](https://github.com/cilki/jlink.online) - Builds optimized runtimes over HTTP. - [Nexus ![c]](https://www.sonatype.com) - Binary management with proxy and caching capabilities. - [packr](https://github.com/libgdx/packr) - Packs JARs, assets and the JVM for native distribution on Windows, Linux and macOS.