is not current version
Last Version 2.0.0.RC4

io.smallrye:smallrye-graphql-common-parent 1.1.0-RC1

Common between client and server

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-graphql-common-parent
Version

Version

1.1.0-RC1
Type

Type

pom

Download smallrye-graphql-common-parent 1.1.0-RC1


<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/ -->
<dependency>
    <groupId>io.smallrye</groupId>
    <artifactId>smallrye-graphql-common-parent</artifactId>
    <version>1.1.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/
implementation 'io.smallrye:smallrye-graphql-common-parent:1.1.0-RC1'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-common-parent/
implementation ("io.smallrye:smallrye-graphql-common-parent:1.1.0-RC1")
'io.smallrye:smallrye-graphql-common-parent:pom:1.1.0-RC1'
<dependency org="io.smallrye" name="smallrye-graphql-common-parent" rev="1.1.0-RC1">
  <artifact name="smallrye-graphql-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-common-parent', version='1.1.0-RC1')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-common-parent" % "1.1.0-RC1"
[io.smallrye/smallrye-graphql-common-parent "1.1.0-RC1"]