| License |
License
CH License
|
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdcom.chtsinc |
| ArtifactId | ArtifactIdch-java-sdk |
| Last Version | Last Version1.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCharles Hudson SDK For Java
The Charles Hudson Java SDK wraps the REST API in a lightweight library.
The Java SDK enables you to develop a fast, flexible, and customized integration with CH cloud solution.
|
| Filename | Size |
|---|---|
| ch-java-sdk-1.0.3.pom | |
| ch-java-sdk-1.0.3.jar | 8 KB |
| ch-java-sdk-1.0.3-sources.jar | 3 KB |
| ch-java-sdk-1.0.3-javadoc.jar | 44 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chtsinc/ch-java-sdk/ -->
<dependency>
<groupId>com.chtsinc</groupId>
<artifactId>ch-java-sdk</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.chtsinc/ch-java-sdk/
implementation 'com.chtsinc:ch-java-sdk:1.0.3'
// https://jarcasting.com/artifacts/com.chtsinc/ch-java-sdk/
implementation ("com.chtsinc:ch-java-sdk:1.0.3")
'com.chtsinc:ch-java-sdk:jar:1.0.3'
<dependency org="com.chtsinc" name="ch-java-sdk" rev="1.0.3">
<artifact name="ch-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chtsinc', module='ch-java-sdk', version='1.0.3')
)
libraryDependencies += "com.chtsinc" % "ch-java-sdk" % "1.0.3"
[com.chtsinc/ch-java-sdk "1.0.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.chtsinc : ch-http | jar | 1.0.3 |
| com.chtsinc : ch-mongo | jar | 1.0.7 |
| org.apache.commons : commons-lang3 | jar | 3.11 |
| org.apache.commons : commons-collections4 | jar | 4.4 |
| commons-io : commons-io | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.powermock : powermock-module-junit4 | jar | 1.6.4 |
| org.powermock : powermock-api-mockito | jar | 1.6.4 |
| junit : junit | jar | 4.10 |
| org.hamcrest : hamcrest-core | jar | 1.3.RC2 |