mirror of
https://github.com/plexusorg/toml4j.git
synced 2025-02-11 03:30:00 +00:00
Added gradle to the dependency example
This commit is contained in:
parent
4d206e4af6
commit
9f39895380
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue