s

smallrye-graphql-ui-graphiql

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