g

graphiql-spring-boot-autoconfigure

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