| License |
License |
|---|---|
| GroupId | GroupIdcc.voox |
| ArtifactId | ArtifactIdgraphql |
| Version | Version0.9.2 |
| Type | Typejar |
| Description |
Descriptiongraphql
graphql tool for java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| graphql-0.9.2.pom | |
| graphql-0.9.2.jar | 1 MB |
| graphql-0.9.2-sources.jar | 1 MB |
| graphql-0.9.2-javadoc.jar | 161 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cc.voox/graphql/ -->
<dependency>
<groupId>cc.voox</groupId>
<artifactId>graphql</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/cc.voox/graphql/
implementation 'cc.voox:graphql:0.9.2'
// https://jarcasting.com/artifacts/cc.voox/graphql/
implementation ("cc.voox:graphql:0.9.2")
'cc.voox:graphql:jar:0.9.2'
<dependency org="cc.voox" name="graphql" rev="0.9.2">
<artifact name="graphql" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.voox', module='graphql', version='0.9.2')
)
libraryDependencies += "cc.voox" % "graphql" % "0.9.2"
[cc.voox/graphql "0.9.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.graphql-java : graphql-java-extended-scalars | jar | 1.0.1 |
| com.graphql-java : graphql-java | jar | 14.1 |
| com.graphql-java : graphql-java-spring-webmvc | jar | 1.0 |
| com.google.guava : guava | jar | 29.0-jre |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.apache.commons : commons-lang3 | jar | 3.5 |