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