mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-10-31 17:29:14 +00:00
Merge pull request #71 from RedsTom/master
Added gradle to the dependency example
This commit is contained in:
commit
1f32acc597
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