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