g

graphiql-spring-boot-autoconfigure

GraphQL Spring Framework Boot
https://github.com/graphql-java/graphql-spring-boot
MIT
Embedler Inc.
Files download
File Operation
graphiql-spring-boot-autoconfigure-3.4.0.jar download
graphiql-spring-boot-autoconfigure-3.4.0.pom download
graphiql-spring-boot-autoconfigure-3.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.graphql-java</groupId>
  <artifactId>graphiql-spring-boot-autoconfigure</artifactId>
  <version>3.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.graphql-java:graphiql-spring-boot-autoconfigure:3.4.0'
Gradle Kotlin
implementation("com.graphql-java:graphiql-spring-boot-autoconfigure:3.4.0")
Scala SBT
libraryDependencies += "com.graphql-java" % "graphiql-spring-boot-autoconfigure" % "3.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.graphql-java', module='graphiql-spring-boot-autoconfigure', version='3.4.0')
)
Apache Ivy
<dependency org="com.graphql-java" name="graphiql-spring-boot-autoconfigure" rev="3.4.0" />
Leiningen
[com.graphql-java/graphiql-spring-boot-autoconfigure "3.4.0"]
Apache Buildr
'com.graphql-java:graphiql-spring-boot-autoconfigure:jar:3.4.0'