Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ecwid.apiclient |
ArtifactId | ArtifactIdapi-client |
Version | Version0.7 |
Type | Typejar |
Filename | Size |
---|---|
api-client-0.7.pom | |
api-client-0.7.jar | 1 MB |
api-client-0.7-sources.jar | 123 KB |
api-client-0.7-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.ecwid.apiclient/api-client/ -->
<dependency>
<groupId>com.ecwid.apiclient</groupId>
<artifactId>api-client</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ecwid.apiclient/api-client/
implementation 'com.ecwid.apiclient:api-client:0.7'
// https://jarcasting.com/artifacts/com.ecwid.apiclient/api-client/
implementation ("com.ecwid.apiclient:api-client:0.7")
'com.ecwid.apiclient:api-client:jar:0.7'
<dependency org="com.ecwid.apiclient" name="api-client" rev="0.7">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ecwid.apiclient', module='api-client', version='0.7')
)
libraryDependencies += "com.ecwid.apiclient" % "api-client" % "0.7"
[com.ecwid.apiclient/api-client "0.7"]