Last Version

SmallRye: GraphQL Server :: API 2.0.0.RC4

SmallRye specific API, extending the MicroProfile api, allowing us to play with the api first before we move it to the spec

License

License

GroupId

GroupId

io.smallrye
ArtifactId

ArtifactId

smallrye-graphql-api
Version

Version

2.0.0.RC4
Type

Type

jar
Description

Description

SmallRye: GraphQL Server :: API
SmallRye specific API, extending the MicroProfile api, allowing us to play with the api first before we move it to the spec

Download smallrye-graphql-api 2.0.0.RC4


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

Dependencies

compile (2)

Group / Artifact Type Version
org.eclipse.microprofile.graphql : microprofile-graphql-api jar 2.0
io.smallrye.common : smallrye-common-annotation jar 2.0.0-RC2

provided (1)

Group / Artifact Type Version
jakarta.json : jakarta.json-api jar 2.0.1

Project Modules

There are no modules declared in this project.