First release of GQL Parser library is available on github and bintray.
buildscript {
repositories {
jcenter()
}
}
dependencies {
compile 'mobi.tjorn.parsers:gql:1.0.0'
}
Including in Gradle build file
repositories {
jcenter()
}
}
dependencies {
compile 'mobi.tjorn.parsers:gql:1.0.0'
}
The above will include classes, sources and API docs. For more details visit the project's github page.
No comments:
Post a Comment