| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
    
| ArtifactId | ArtifactIdgraphql-anywhere | 
    
| Version | Version2.2.0 | 
        
| Type | Typejar | 
    
| Description | 
            Descriptiongraphql-anywhere 
            WebJar for graphql-anywhere 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| graphql-anywhere-2.2.0.pom | |
| graphql-anywhere-2.2.0.jar | 34 KB | 
| graphql-anywhere-2.2.0-sources.jar | 22 bytes | 
| graphql-anywhere-2.2.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/graphql-anywhere/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>graphql-anywhere</artifactId>
    <version>2.2.0</version>
</dependency>
                // https://jarcasting.com/artifacts/org.webjars.npm/graphql-anywhere/
implementation 'org.webjars.npm:graphql-anywhere:2.2.0'
                // https://jarcasting.com/artifacts/org.webjars.npm/graphql-anywhere/
implementation ("org.webjars.npm:graphql-anywhere:2.2.0")
                'org.webjars.npm:graphql-anywhere:jar:2.2.0'
                <dependency org="org.webjars.npm" name="graphql-anywhere" rev="2.2.0">
  <artifact name="graphql-anywhere" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.webjars.npm', module='graphql-anywhere', version='2.2.0')
)
                libraryDependencies += "org.webjars.npm" % "graphql-anywhere" % "2.2.0"
                [org.webjars.npm/graphql-anywhere "2.2.0"]