All Projects → grooviter → gql

grooviter / gql

Licence: Apache-2.0 license
Groovy GraphQL library

Programming Languages

groovy
2714 projects
CSS
56736 projects
java
68154 projects - #9 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to gql

sonar-groovy
SonarQube plugin for Groovy
Stars: ✭ 42 (-6.67%)
Mutual labels:  groovy-language
npm-groovy-lint
Lint, format and auto-fix your Groovy / Jenkinsfile / Gradle files using command line
Stars: ✭ 124 (+175.56%)
Mutual labels:  groovy-language
BowlerStudio
A Full-Stack Robotics Development Environment
Stars: ✭ 95 (+111.11%)
Mutual labels:  groovy-language

license Bintray master development

GQL is a set of Groovy DSLs and AST transformations built on top of GraphQL-java that make it easier to build GraphQL schemas and execute GraphQL queries without losing type safety.

In order to use GQL in your Groovy code you can find it in Bintray:

repositories {
    jcenter()
}

Then you can add the dependency to your project:

compile 'com.github.grooviter:gql-core:0.4.0'

Current documentation is available at: http://grooviter.github.io/gql/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].