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