g

graphiql

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