g

graphql-java-common-runtime

Java classes that are common to both the client and the server runtimes
Files download
File Operation
graphql-java-common-runtime-2.5.jar download
graphql-java-common-runtime-2.5.pom download
graphql-java-common-runtime-2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphql-java-generator</groupId>
  <artifactId>graphql-java-common-runtime</artifactId>
  <version>2.5</version>
</dependency>
Gradle Groovy
implementation 'com.graphql-java-generator:graphql-java-common-runtime:2.5'
Gradle Kotlin
implementation("com.graphql-java-generator:graphql-java-common-runtime:2.5")
Scala SBT
libraryDependencies += "com.graphql-java-generator" % "graphql-java-common-runtime" % "2.5"
Groovy Grape
@Grapes(
  @Grab(group='com.graphql-java-generator', module='graphql-java-common-runtime', version='2.5')
)
Apache Ivy
<dependency org="com.graphql-java-generator" name="graphql-java-common-runtime" rev="2.5" />
Leiningen
[com.graphql-java-generator/graphql-java-common-runtime "2.5"]
Apache Buildr
'com.graphql-java-generator:graphql-java-common-runtime:jar:2.5'