| GroupId | GroupIdxyz.codemeans.shopify4j |
|---|---|
| ArtifactId | ArtifactIdrest-admin-model |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-admin-model-1.0.pom | |
| rest-admin-model-1.0.jar | 186 KB |
| rest-admin-model-1.0-sources.jar | 54 KB |
| rest-admin-model-1.0-javadoc.jar | 368 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/rest-admin-model/ -->
<dependency>
<groupId>xyz.codemeans.shopify4j</groupId>
<artifactId>rest-admin-model</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/rest-admin-model/
implementation 'xyz.codemeans.shopify4j:rest-admin-model:1.0'
// https://jarcasting.com/artifacts/xyz.codemeans.shopify4j/rest-admin-model/
implementation ("xyz.codemeans.shopify4j:rest-admin-model:1.0")
'xyz.codemeans.shopify4j:rest-admin-model:jar:1.0'
<dependency org="xyz.codemeans.shopify4j" name="rest-admin-model" rev="1.0">
<artifact name="rest-admin-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.codemeans.shopify4j', module='rest-admin-model', version='1.0')
)
libraryDependencies += "xyz.codemeans.shopify4j" % "rest-admin-model" % "1.0"
[xyz.codemeans.shopify4j/rest-admin-model "1.0"]