License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-api |
Last Version | Last Version2.0.0.RC4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye: 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
|
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.json : jakarta.json-api | jar | 2.0.1 |