| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJava Languages | 
        
| GroupId | GroupIdcom.graphqlio | 
    
| ArtifactId | ArtifactIdgraphql-tools-types-java | 
    
| Last Version | Last Version0.0.9 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionGraphQL GTT 
            graphql-tools-types-java is the Java implementation of the
		JavaScript graphql-tools-types reference implementation.
		The documentation of the reference implementation can be
		found at (https://github.com/rse/graphql-tools-types).
		The library is part of the graphqlio ecosystem. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- https://jarcasting.com/artifacts/com.graphqlio/graphql-tools-types-java/ -->
<dependency>
    <groupId>com.graphqlio</groupId>
    <artifactId>graphql-tools-types-java</artifactId>
    <version>0.0.9</version>
</dependency>
                // https://jarcasting.com/artifacts/com.graphqlio/graphql-tools-types-java/
implementation 'com.graphqlio:graphql-tools-types-java:0.0.9'
                // https://jarcasting.com/artifacts/com.graphqlio/graphql-tools-types-java/
implementation ("com.graphqlio:graphql-tools-types-java:0.0.9")
                'com.graphqlio:graphql-tools-types-java:jar:0.0.9'
                <dependency org="com.graphqlio" name="graphql-tools-types-java" rev="0.0.9">
  <artifact name="graphql-tools-types-java" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.graphqlio', module='graphql-tools-types-java', version='0.0.9')
)
                libraryDependencies += "com.graphqlio" % "graphql-tools-types-java" % "0.0.9"
                [com.graphqlio/graphql-tools-types-java "0.0.9"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter-engine | jar | |
| org.springframework.boot : spring-boot-starter-json | jar | |
| com.graphql-java : graphql-java | jar | 13.0 | 
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-devtools Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.platform : junit-platform-runner | jar |