g

graphiql-spring-boot-autoconfigure

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