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-1.18.10.jar download
graphql-java-common-runtime-1.18.10.pom download
graphql-java-common-runtime-1.18.10-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphql-java-generator</groupId>
  <artifactId>graphql-java-common-runtime</artifactId>
  <version>1.18.10</version>
</dependency>
Gradle Groovy
implementation 'com.graphql-java-generator:graphql-java-common-runtime:1.18.10'
Gradle Kotlin
implementation("com.graphql-java-generator:graphql-java-common-runtime:1.18.10")
Scala SBT
libraryDependencies += "com.graphql-java-generator" % "graphql-java-common-runtime" % "1.18.10"
Groovy Grape
@Grapes(
  @Grab(group='com.graphql-java-generator', module='graphql-java-common-runtime', version='1.18.10')
)
Apache Ivy
<dependency org="com.graphql-java-generator" name="graphql-java-common-runtime" rev="1.18.10" />
Leiningen
[com.graphql-java-generator/graphql-java-common-runtime "1.18.10"]
Apache Buildr
'com.graphql-java-generator:graphql-java-common-runtime:jar:1.18.10'