g

graphiql

WebJar for graphiql
https://www.webjars.org
MIT
Files download
File Operation
graphiql-1.9.13.jar download
graphiql-1.9.13.pom download
graphiql-1.9.13-sources.jar download
Apache Maven
<dependency>
  <groupId>org.webjars.npm</groupId>
  <artifactId>graphiql</artifactId>
  <version>1.9.13</version>
</dependency>
Gradle Groovy
implementation 'org.webjars.npm:graphiql:1.9.13'
Gradle Kotlin
implementation("org.webjars.npm:graphiql:1.9.13")
Scala SBT
libraryDependencies += "org.webjars.npm" % "graphiql" % "1.9.13"
Groovy Grape
@Grapes(
  @Grab(group='org.webjars.npm', module='graphiql', version='1.9.13')
)
Apache Ivy
<dependency org="org.webjars.npm" name="graphiql" rev="1.9.13" />
Leiningen
[org.webjars.npm/graphiql "1.9.13"]
Apache Buildr
'org.webjars.npm:graphiql:jar:1.9.13'