s

smallrye-graphql-common-parent

Common between client and server
文件下载
文件名 操作
smallrye-graphql-common-parent-1.9.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-graphql-common-parent</artifactId>
  <version>1.9.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-graphql-common-parent:1.9.5'
Gradle Kotlin
implementation("io.smallrye:smallrye-graphql-common-parent:1.9.5")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-graphql-common-parent" % "1.9.5"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-graphql-common-parent', version='1.9.5')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-graphql-common-parent" rev="1.9.5" />
Leiningen
[io.smallrye/smallrye-graphql-common-parent "1.9.5"]
Apache Buildr
'io.smallrye:smallrye-graphql-common-parent:jar:1.9.5'