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