License |
License |
---|---|
Categories |
CategoriesCLI User Interface JSON Data |
GroupId | GroupIdcom.sshtools |
ArtifactId | ArtifactIdhypersocket-json-client |
Last Version | Last Version1.0.20 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHypersocket JSON Client
Implements a Java JSON client that can be used with to communicate with a Hypersocket Framework server
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.sshtools/hypersocket-json-client/ -->
<dependency>
<groupId>com.sshtools</groupId>
<artifactId>hypersocket-json-client</artifactId>
<version>1.0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/hypersocket-json-client/
implementation 'com.sshtools:hypersocket-json-client:1.0.20'
// https://jarcasting.com/artifacts/com.sshtools/hypersocket-json-client/
implementation ("com.sshtools:hypersocket-json-client:1.0.20")
'com.sshtools:hypersocket-json-client:jar:1.0.20'
<dependency org="com.sshtools" name="hypersocket-json-client" rev="1.0.20">
<artifact name="hypersocket-json-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='hypersocket-json-client', version='1.0.20')
)
libraryDependencies += "com.sshtools" % "hypersocket-json-client" % "1.0.20"
[com.sshtools/hypersocket-json-client "1.0.20"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.8.7 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.8.7 |
com.squareup.okhttp3 : okhttp | jar | 3.10.0 |
commons-io : commons-io | jar | 2.6 |
org.apache.commons : commons-lang3 | jar | 3.7 |