GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdgraphiql |
Version | Version0.2.3 |
Type | Typejar |
Filename | Size |
---|---|
graphiql-0.2.3.pom | |
graphiql-0.2.3.jar | 103 KB |
graphiql-0.2.3-javadoc.jar | 97 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/graphiql/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>graphiql</artifactId>
<version>0.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/graphiql/
implementation 'org.webjars:graphiql:0.2.3'
// https://jarcasting.com/artifacts/org.webjars/graphiql/
implementation ("org.webjars:graphiql:0.2.3")
'org.webjars:graphiql:jar:0.2.3'
<dependency org="org.webjars" name="graphiql" rev="0.2.3">
<artifact name="graphiql" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='graphiql', version='0.2.3')
)
libraryDependencies += "org.webjars" % "graphiql" % "0.2.3"
[org.webjars/graphiql "0.2.3"]