g

graphiql

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