License |
License |
---|---|
Categories |
CategoriesCLI User Interface Wire Data Data Structures |
GroupId | GroupIdcom.wirecash |
ArtifactId | ArtifactIdapi-client |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.wirecash:api-client
Core Wirecash SDK Client for API
|
Project Organization |
Project OrganizationWirecash |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
api-client-1.1.1.pom | |
api-client-1.1.1.jar | 8 KB |
api-client-1.1.1-sources.jar | 6 KB |
api-client-1.1.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wirecash/api-client/ -->
<dependency>
<groupId>com.wirecash</groupId>
<artifactId>api-client</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wirecash/api-client/
implementation 'com.wirecash:api-client:1.1.1'
// https://jarcasting.com/artifacts/com.wirecash/api-client/
implementation ("com.wirecash:api-client:1.1.1")
'com.wirecash:api-client:jar:1.1.1'
<dependency org="com.wirecash" name="api-client" rev="1.1.1">
<artifact name="api-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wirecash', module='api-client', version='1.1.1')
)
libraryDependencies += "com.wirecash" % "api-client" % "1.1.1"
[com.wirecash/api-client "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup.retrofit2 : retrofit | jar | 2.3.0 |
com.squareup.retrofit2 : converter-gson | jar | 2.3.0 |
com.squareup.okhttp3 : okhttp | jar | 3.8.1 |
com.squareup.okhttp3 : logging-interceptor | jar | 3.8.1 |
com.wirecash : api-models | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |