Skip to content

mores/java-shopify-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

java-shopify-graphql

Building

mvn -DskipTests clean javadoc:jar source:jar install

Using these objects in your project

Admin API

<dependency>
	<groupId>io.github.mores</groupId>
	<artifactId>java-shopify-graphql-admin</artifactId>
	<version>2025.04.001</version>
</dependency>

Storefront API

<dependency>
        <groupId>io.github.mores</groupId>
        <artifactId>java-shopify-graphql-storefront</artifactId>
        <version>2025.04.001</version>
</dependency>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages