GitHub / graphql-java / graphql-java-subscription-example
An example of graphql-java and subscriptions
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graphql-java%2Fgraphql-java-subscription-example
PURL: pkg:github/graphql-java/graphql-java-subscription-example
Stars: 65
Forks: 34
Open issues: 1
License: mit
Language: Java
Size: 72.3 KB
Dependencies parsed at:
13
Created at: over 7 years ago
Updated at: 5 months ago
Pushed at: about 4 years ago
Last synced at: 5 days ago
build.gradle
maven
- com.fasterxml.jackson.core:jackson-databind 2.8.8.1 compile
- com.google.code.gson:gson 2.8.0 compile
- com.graphql-java:graphql-java 6.0 compile
- com.squareup.okhttp3:okhttp 3.8.0 compile
- io.reactivex.rxjava2:rxjava 2.1.5 compile
- org.eclipse.jetty.websocket:websocket-api ${jettyVersion} compile
- org.eclipse.jetty.websocket:websocket-common ${jettyVersion} compile
- org.eclipse.jetty.websocket:websocket-server ${jettyVersion} compile
- org.eclipse.jetty:jetty-server ${jettyVersion} compile
- org.eclipse.jetty:jetty-servlet ${jettyVersion} compile
- org.slf4j:slf4j-simple 1.7.22 compile
- org.codehaus.groovy:groovy-all 2.4.10 testCompile
- org.spockframework:spock-core 1.0-groovy-2.4 testCompile