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