License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-api |
Version | Version1.3.0 |
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>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-api/
implementation 'io.smallrye:smallrye-graphql-api:1.3.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-api/
implementation ("io.smallrye:smallrye-graphql-api:1.3.0")
'io.smallrye:smallrye-graphql-api:jar:1.3.0'
<dependency org="io.smallrye" name="smallrye-graphql-api" rev="1.3.0">
<artifact name="smallrye-graphql-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-api', version='1.3.0')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-api" % "1.3.0"
[io.smallrye/smallrye-graphql-api "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.microprofile.graphql : microprofile-graphql-api | jar | 1.1.0 |
io.smallrye.common : smallrye-common-annotation | jar | 1.6.0 |
Group / Artifact | Type | Version |
---|---|---|
jakarta.json : jakarta.json-api | jar | 1.1.6 |