Saturday, July 9, 2016

GQL Parser 1.1.0

Version 1.1.0 is now available on github and bintray.  It is a breaking change were Series interface was renamed to Sequence because the new name better reflects the purpose of the interface.

Including in Gradle build file

buildscript {
    repositories {
        jcenter()
    }
}

dependencies {
    compile 'mobi.tjorn.parsers:gql:1.1.0'
}

No comments:

Post a Comment