Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-client |
Version | Version1.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client/
implementation 'io.smallrye:smallrye-graphql-client:1.5.0'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client/
implementation ("io.smallrye:smallrye-graphql-client:1.5.0")
'io.smallrye:smallrye-graphql-client:jar:1.5.0'
<dependency org="io.smallrye" name="smallrye-graphql-client" rev="1.5.0">
<artifact name="smallrye-graphql-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-client', version='1.5.0')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-client" % "1.5.0"
[io.smallrye/smallrye-graphql-client "1.5.0"]