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