graphql-storefront-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>xyz.codemeans.shopify4j</groupId> <artifactId>graphql-storefront-api</artifactId> <version>1.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>xyz.codemeans.shopify4j</groupId> <artifactId>graphql-storefront-api</artifactId> <version>1.1</version> <name>graphql-storefront-api</name> <description>Java SDK for Shopify Storefront GraphQL API</description> <url>https://github.com/YuanWenqing/shopify4j</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <developers> <developer> <id>yuanwq</id> <name>YuanWenqing</name> <email>ywq8876@163.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com:YuanWenqing/shopify4j.git</connection> <developerConnection>scm:git:ssh://github.com:YuanWenqing/shopify4j.git</developerConnection> <url>https://github.com/YuanWenqing/shopify4j</url> </scm> <dependencies> <dependency> <groupId>xyz.codemeans.shopify4j</groupId> <artifactId>shopify4j-core</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>xyz.codemeans.shopify4j</groupId> <artifactId>graphql-storefront-schema</artifactId> <version>1.1</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.squareup.okhttp3</groupId> <artifactId>okhttp</artifactId> <version>3.14.9</version> <scope>compile</scope> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.8.0</version> <scope>compile</scope> </dependency> </dependencies> </project>