From 2b6960fbadcd216dfeef2254db9fc7b54d5f459a Mon Sep 17 00:00:00 2001 From: Tyler Cook Date: Sun, 19 Jan 2020 12:57:21 -0600 Subject: [PATCH] Add jlink.online --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74d38c5..81a0ffc 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ _Tools that handle the distribution of applications in native formats._ - [Capsule](http://www.capsule.io) - 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. - [IzPack](http://izpack.org) - Setup authoring tool for cross-platform deployments. +- [jlink.online](https://github.com/cilki/jlink.online) - Builds optimized Java runtimes over HTTP. - [Nexus ![c]](https://www.sonatype.com/nexus/solution-overview) - 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 Mac OS X. - [really-executable-jars-maven-plugin](https://github.com/brianm/really-executable-jars-maven-plugin) - Maven plugin for making self-executing JARs.