Added gradle to the dependency example

This commit is contained in:
RedsTom 2021-07-17 13:35:17 +02:00 committed by GitHub
parent 4d206e4af6
commit 9f39895380
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