g

graphiql

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