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