Merge pull request #71 from RedsTom/master

Added gradle to the dependency example
This commit is contained in:
Moandji Ezana 2021-07-27 07:04:38 +02:00 committed by GitHub
commit 1f32acc597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -18,6 +18,18 @@ Add the following dependency to your POM (or equivalent for other dependency man
</dependency>
```
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