mirror of
https://github.com/plexusorg/toml4j.git
synced 2024-11-01 01:39:26 +00:00
Added gradle to the dependency example
This commit is contained in:
parent
4d206e4af6
commit
9f39895380
12
README.md
12
README.md
|
@ -18,6 +18,18 @@ Add the following dependency to your POM (or equivalent for other dependency man
|
||||||
</dependency>
|
</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.
|
Requires Java 1.6 or above.
|
||||||
|
|
||||||
## Quick start
|
## Quick start
|
||||||
|
|
Loading…
Reference in a new issue