s

smallrye-graphql

Implementation of the server side of the spec
文件下载
文件名 操作
smallrye-graphql-2.8.4.jar 下载
smallrye-graphql-2.8.4.pom 下载
smallrye-graphql-2.8.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-graphql</artifactId>
  <version>2.8.4</version>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-graphql:2.8.4'
Gradle Kotlin
implementation("io.smallrye:smallrye-graphql:2.8.4")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-graphql" % "2.8.4"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-graphql', version='2.8.4')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-graphql" rev="2.8.4" />
Leiningen
[io.smallrye/smallrye-graphql "2.8.4"]
Apache Buildr
'io.smallrye:smallrye-graphql:jar:2.8.4'