mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-24 23:47:11 -07:00
Better JSON.
This commit is contained in:
parent
3539e67c1a
commit
9b206d4dc5
4 changed files with 35 additions and 49 deletions
|
@ -49,7 +49,8 @@ dependencies {
|
|||
'com.google.guava:guava:18.0',
|
||||
'org.apache.maven:maven-model:3.3.3',
|
||||
'com.github.spullara.mustache.java:compiler:0.8.18',
|
||||
"io.reactivex:rxjava:1.0.14"
|
||||
"io.reactivex:rxjava:1.0.14",
|
||||
"com.google.code.gson:gson:2.4"
|
||||
|
||||
// compile files("/Users/beust/.kobalt/repository/com/beust/kobalt-example-plugin/build/libs/kobalt-example-plugin.jar")
|
||||
testCompile 'org.testng:testng:6.9.6'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue