Sunday, June 19, 2016

GQL Parser is available

First release of GQL Parser library is available on github and bintray.


Including in Gradle build file


buildscript {
    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