is not current version
Last Version 1.18.6

com.graphql-java-generator:graphql-java-common-runtime 1.18.1

Java classes that are common to both the client and the server runtimes

Categories

Categories

Java Languages
GroupId

GroupId

com.graphql-java-generator
ArtifactId

ArtifactId

graphql-java-common-runtime
Version

Version

1.18.1
Type

Type

jar

Download graphql-java-common-runtime 1.18.1


<!-- https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-java-common-runtime/ -->
<dependency>
    <groupId>com.graphql-java-generator</groupId>
    <artifactId>graphql-java-common-runtime</artifactId>
    <version>1.18.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-java-common-runtime/
implementation 'com.graphql-java-generator:graphql-java-common-runtime:1.18.1'
// https://jarcasting.com/artifacts/com.graphql-java-generator/graphql-java-common-runtime/
implementation ("com.graphql-java-generator:graphql-java-common-runtime:1.18.1")
'com.graphql-java-generator:graphql-java-common-runtime:jar:1.18.1'
<dependency org="com.graphql-java-generator" name="graphql-java-common-runtime" rev="1.18.1">
  <artifact name="graphql-java-common-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.graphql-java-generator', module='graphql-java-common-runtime', version='1.18.1')
)
libraryDependencies += "com.graphql-java-generator" % "graphql-java-common-runtime" % "1.18.1"
[com.graphql-java-generator/graphql-java-common-runtime "1.18.1"]