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