License |
License |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-schema-model |
Last Version | Last Version2.0.0.RC4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSmallRye: GraphQL Common :: Schema Model
A model that represents the schema
|
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-schema-model/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-schema-model</artifactId>
<version>2.0.0.RC4</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-schema-model/
implementation 'io.smallrye:smallrye-graphql-schema-model:2.0.0.RC4'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-schema-model/
implementation ("io.smallrye:smallrye-graphql-schema-model:2.0.0.RC4")
'io.smallrye:smallrye-graphql-schema-model:jar:2.0.0.RC4'
<dependency org="io.smallrye" name="smallrye-graphql-schema-model" rev="2.0.0.RC4">
<artifact name="smallrye-graphql-schema-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-schema-model', version='2.0.0.RC4')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-schema-model" % "2.0.0.RC4"
[io.smallrye/smallrye-graphql-schema-model "2.0.0.RC4"]