| GroupId | GroupIdxyz.codemeans.shopify4j |
|---|---|
| ArtifactId | ArtifactIdshopify4j-core |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shopify4j-core-1.0.pom | |
| shopify4j-core-1.0.jar | 35 KB |
| shopify4j-core-1.0-sources.jar | 16 KB |
| shopify4j-core-1.0-javadoc.jar | 126 KB |
| Browse |
<!-- 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"]