Categories |
CategoriesJava Languages Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.coxautodev |
ArtifactId | ArtifactIdgraphql-java-tools |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
graphql-java-tools-1.0.3.pom | |
graphql-java-tools-1.0.3.jar | 45 KB |
graphql-java-tools-1.0.3-sources.jar | 9 KB |
graphql-java-tools-1.0.3-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.coxautodev/graphql-java-tools/ -->
<dependency>
<groupId>com.coxautodev</groupId>
<artifactId>graphql-java-tools</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.coxautodev/graphql-java-tools/
implementation 'com.coxautodev:graphql-java-tools:1.0.3'
// https://jarcasting.com/artifacts/com.coxautodev/graphql-java-tools/
implementation ("com.coxautodev:graphql-java-tools:1.0.3")
'com.coxautodev:graphql-java-tools:jar:1.0.3'
<dependency org="com.coxautodev" name="graphql-java-tools" rev="1.0.3">
<artifact name="graphql-java-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.coxautodev', module='graphql-java-tools', version='1.0.3')
)
libraryDependencies += "com.coxautodev" % "graphql-java-tools" % "1.0.3"
[com.coxautodev/graphql-java-tools "1.0.3"]