s

smallrye-graphql-ui-graphiql

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