s

smallrye-graphql-common-parent

Common between client and server
Files download
File Operation
smallrye-graphql-common-parent-2.0.0.RC9.pom download
Apache Maven
<dependency>
  <groupId>io.smallrye</groupId>
  <artifactId>smallrye-graphql-common-parent</artifactId>
  <version>2.0.0.RC9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.smallrye:smallrye-graphql-common-parent:2.0.0.RC9'
Gradle Kotlin
implementation("io.smallrye:smallrye-graphql-common-parent:2.0.0.RC9")
Scala SBT
libraryDependencies += "io.smallrye" % "smallrye-graphql-common-parent" % "2.0.0.RC9"
Groovy Grape
@Grapes(
  @Grab(group='io.smallrye', module='smallrye-graphql-common-parent', version='2.0.0.RC9')
)
Apache Ivy
<dependency org="io.smallrye" name="smallrye-graphql-common-parent" rev="2.0.0.RC9" />
Leiningen
[io.smallrye/smallrye-graphql-common-parent "2.0.0.RC9"]
Apache Buildr
'io.smallrye:smallrye-graphql-common-parent:jar:2.0.0.RC9'