| License |
License |
|---|---|
| Categories |
CategoriesJava Languages CLI User Interface |
| GroupId | GroupIdcom.handpoint |
| ArtifactId | ArtifactIdecommerce-client-java |
| Last Version | Last Version1.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionhp-ecommerce-java
Client used to simplify integration to Handpoint E-Commerce service
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ecommerce-client-java-1.0.1.pom | |
| ecommerce-client-java-1.0.1.jar | 42 KB |
| ecommerce-client-java-1.0.1-sources.jar | 27 KB |
| ecommerce-client-java-1.0.1-javadoc.jar | 231 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.handpoint/ecommerce-client-java/ -->
<dependency>
<groupId>com.handpoint</groupId>
<artifactId>ecommerce-client-java</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.handpoint/ecommerce-client-java/
implementation 'com.handpoint:ecommerce-client-java:1.0.1'
// https://jarcasting.com/artifacts/com.handpoint/ecommerce-client-java/
implementation ("com.handpoint:ecommerce-client-java:1.0.1")
'com.handpoint:ecommerce-client-java:jar:1.0.1'
<dependency org="com.handpoint" name="ecommerce-client-java" rev="1.0.1">
<artifact name="ecommerce-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.handpoint', module='ecommerce-client-java', version='1.0.1')
)
libraryDependencies += "com.handpoint" % "ecommerce-client-java" % "1.0.1"
[com.handpoint/ecommerce-client-java "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.hibernate : hibernate-validator | jar | 4.3.1.Final |
| com.sun.jersey : jersey-client | jar | 1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |