License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.smallrye |
ArtifactId | ArtifactIdsmallrye-graphql-client-parent |
Version | Version1.4.5 |
Type | Typepom |
Description |
DescriptionSmallRye: GraphQL Client
Client side of the GraphQL Implementation
|
Filename | Size |
---|---|
smallrye-graphql-client-parent-1.4.5.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client-parent/ -->
<dependency>
<groupId>io.smallrye</groupId>
<artifactId>smallrye-graphql-client-parent</artifactId>
<version>1.4.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client-parent/
implementation 'io.smallrye:smallrye-graphql-client-parent:1.4.5'
// https://jarcasting.com/artifacts/io.smallrye/smallrye-graphql-client-parent/
implementation ("io.smallrye:smallrye-graphql-client-parent:1.4.5")
'io.smallrye:smallrye-graphql-client-parent:pom:1.4.5'
<dependency org="io.smallrye" name="smallrye-graphql-client-parent" rev="1.4.5">
<artifact name="smallrye-graphql-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.smallrye', module='smallrye-graphql-client-parent', version='1.4.5')
)
libraryDependencies += "io.smallrye" % "smallrye-graphql-client-parent" % "1.4.5"
[io.smallrye/smallrye-graphql-client-parent "1.4.5"]