License |
License
CH License
|
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.chtsinc |
ArtifactId | ArtifactIdch-java-sdk |
Version | Version1.0.1 |
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.1.pom | |
ch-java-sdk-1.0.1.jar | 8 KB |
ch-java-sdk-1.0.1-sources.jar | 3 KB |
ch-java-sdk-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.chtsinc/ch-java-sdk/
implementation 'com.chtsinc:ch-java-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.chtsinc/ch-java-sdk/
implementation ("com.chtsinc:ch-java-sdk:1.0.1")
'com.chtsinc:ch-java-sdk:jar:1.0.1'
<dependency org="com.chtsinc" name="ch-java-sdk" rev="1.0.1">
<artifact name="ch-java-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.chtsinc', module='ch-java-sdk', version='1.0.1')
)
libraryDependencies += "com.chtsinc" % "ch-java-sdk" % "1.0.1"
[com.chtsinc/ch-java-sdk "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.chtsinc : ch-http | jar | 1.0.1 |
com.chtsinc : ch-mongo | jar | 1.0.5 |
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 |