is not current version
Last Version 1.1

xyz.codemeans.shopify4j:shopify4j-core 1.0

Basic Concepts of Java SDK for Shopify

GroupId

GroupId

xyz.codemeans.shopify4j
ArtifactId

ArtifactId

shopify4j-core
Version

Version

1.0
Type

Type

jar

Download shopify4j-core 1.0


<!-- https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/shopify4j-core/ -->
<dependency>
    <groupId>xyz.codemeans.shopify4j</groupId>
    <artifactId>shopify4j-core</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/shopify4j-core/
implementation 'xyz.codemeans.shopify4j:shopify4j-core:1.0'
// https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/shopify4j-core/
implementation ("xyz.codemeans.shopify4j:shopify4j-core:1.0")
'xyz.codemeans.shopify4j:shopify4j-core:jar:1.0'
<dependency org="xyz.codemeans.shopify4j" name="shopify4j-core" rev="1.0">
  <artifact name="shopify4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.codemeans.shopify4j', module='shopify4j-core', version='1.0')
)
libraryDependencies += "xyz.codemeans.shopify4j" % "shopify4j-core" % "1.0"
[xyz.codemeans.shopify4j/shopify4j-core "1.0"]