License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.jsoftware |
ArtifactId | ArtifactIdrest-client |
Version | Version1.5 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rest-client-1.5.pom | |
rest-client-1.5.jar | 52 KB |
rest-client-1.5-sources.jar | 20 KB |
rest-client-1.5-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsoftware/rest-client/ -->
<dependency>
<groupId>org.jsoftware</groupId>
<artifactId>rest-client</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsoftware/rest-client/
implementation 'org.jsoftware:rest-client:1.5'
// https://jarcasting.com/artifacts/org.jsoftware/rest-client/
implementation ("org.jsoftware:rest-client:1.5")
'org.jsoftware:rest-client:jar:1.5'
<dependency org="org.jsoftware" name="rest-client" rev="1.5">
<artifact name="rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsoftware', module='rest-client', version='1.5')
)
libraryDependencies += "org.jsoftware" % "rest-client" % "1.5"
[org.jsoftware/rest-client "1.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.5 |
org.apache.httpcomponents : httpclient | jar | 4.5.2 |
org.apache.commons : commons-lang3 | jar | 3.4 |
com.jayway.jsonpath : json-path | jar | 2.2.0 |
org.jsoup : jsoup | jar | 1.9.2 |
org.jsoftware : jsoftware-utils | jar | 1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations | jar | 15.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | [4.12,) |