From 9f3989538048c36f51673203c1ba02fdf37d25ec Mon Sep 17 00:00:00 2001 From: RedsTom <44524788+RedsTom@users.noreply.github.com> Date: Sat, 17 Jul 2021 13:35:17 +0200 Subject: [PATCH] Added gradle to the dependency example --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 5b9b685..debcc03 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,18 @@ Add the following dependency to your POM (or equivalent for other dependency man ``` +If you use gradle, you can use the following code : +```gradle +repositories { + mavenCentral() +} + +dependencies { + ... + implementation 'com.moandjiezana.toml:toml4j:0.7.2' +} +``` + Requires Java 1.6 or above. ## Quick start