is not current version
Last Version 2.1.2

com.coxautodev:graphql-java-tools 1.0.0

Tools to help map a GraphQL schema to existing Java objects.

Categories

Categories

Java Languages Auto Application Layer Libs Code Generators
GroupId

GroupId

com.coxautodev
ArtifactId

ArtifactId

graphql-java-tools
Version

Version

1.0.0
Type

Type

jar

Download graphql-java-tools 1.0.0


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