From 3492ba7de31474ec1a0785e71d2572b8865bdcbb Mon Sep 17 00:00:00 2001 From: Klemek Date: Sun, 20 Jan 2019 16:58:40 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 626caa6..2af124a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ BetterList contactsEmails = contacts.skip(5) NOTE : Please note that, unlike C# LINQ, these functions are not optimized at low levels and will have the same impact as standard loops in your program. +## Download + +[betterlists-1.4.jar](../../releases/download/betterlists-1.4/betterlists-1.4.jar) + ## Maven You can use this project as a maven dependency with this :