| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdgraphql-request |
| Version | Version3.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| graphql-request-3.3.0.pom | |
| graphql-request-3.3.0.jar | 23 KB |
| graphql-request-3.3.0-sources.jar | 22 bytes |
| graphql-request-3.3.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/graphql-request/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>graphql-request</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/graphql-request/
implementation 'org.webjars.npm:graphql-request:3.3.0'
// https://jarcasting.com/artifacts/org.webjars.npm/graphql-request/
implementation ("org.webjars.npm:graphql-request:3.3.0")
'org.webjars.npm:graphql-request:jar:3.3.0'
<dependency org="org.webjars.npm" name="graphql-request" rev="3.3.0">
<artifact name="graphql-request" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='graphql-request', version='3.3.0')
)
libraryDependencies += "org.webjars.npm" % "graphql-request" % "3.3.0"
[org.webjars.npm/graphql-request "3.3.0"]