is not current version
Last Version 2.1.2

com.coxautodev:graphql-java-tools 2.1.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

2.1.0
Type

Type

jar

Download graphql-java-tools 2.1.0


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