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