From 9704b62970e232e654a0b1230e32aece51b799c8 Mon Sep 17 00:00:00 2001 From: Adrian Kunz Date: Fri, 3 May 2019 10:27:38 +0200 Subject: [PATCH] Update Gradle Installation Updated the Group, Name, Version and Link in the Gradle Installation snippet. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03d4d100..8287302a 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,6 @@ Attention. We changed groupid and artifactid. Starting with version 4 you have t or using gradle: ```groovy -// https://mvnrepository.com/artifact/com.github.wumpz/diffutils -compile group: 'com.github.wumpz', name: 'diffutils', version: '2.2' +// https://mvnrepository.com/artifact/io.github.java-diff-utils/java-diff-utils +compile group: 'io.github.java-diff-utils', name: 'java-diff-utils', version: '4.0' ```