GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdgraphql-tag |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
graphql-tag-1.3.1.pom | |
graphql-tag-1.3.1.jar | 31 KB |
graphql-tag-1.3.1-sources.jar | 22 bytes |
graphql-tag-1.3.1-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>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/graphql-tag/
implementation 'org.webjars.npm:graphql-tag:1.3.1'
// https://jarcasting.com/artifacts/org.webjars.npm/graphql-tag/
implementation ("org.webjars.npm:graphql-tag:1.3.1")
'org.webjars.npm:graphql-tag:jar:1.3.1'
<dependency org="org.webjars.npm" name="graphql-tag" rev="1.3.1">
<artifact name="graphql-tag" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='graphql-tag', version='1.3.1')
)
libraryDependencies += "org.webjars.npm" % "graphql-tag" % "1.3.1"
[org.webjars.npm/graphql-tag "1.3.1"]