| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.mizhousoft.commons |
| ArtifactId | ArtifactIdcommons-restclient |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncommons-restclient
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| commons-restclient-1.0.0.pom | |
| commons-restclient-1.0.0.jar | 16 KB |
| commons-restclient-1.0.0-sources.jar | 11 KB |
| commons-restclient-1.0.0-javadoc.jar | 101 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-restclient/ -->
<dependency>
<groupId>com.mizhousoft.commons</groupId>
<artifactId>commons-restclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-restclient/
implementation 'com.mizhousoft.commons:commons-restclient:1.0.0'
// https://jarcasting.com/artifacts/com.mizhousoft.commons/commons-restclient/
implementation ("com.mizhousoft.commons:commons-restclient:1.0.0")
'com.mizhousoft.commons:commons-restclient:jar:1.0.0'
<dependency org="com.mizhousoft.commons" name="commons-restclient" rev="1.0.0">
<artifact name="commons-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mizhousoft.commons', module='commons-restclient', version='1.0.0')
)
libraryDependencies += "com.mizhousoft.commons" % "commons-restclient" % "1.0.0"
[com.mizhousoft.commons/commons-restclient "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mizhousoft.commons : commons-lang | jar | 1.0.0 |
| com.mizhousoft.commons : commons-data | jar | 1.0.0 |
| com.mizhousoft.commons : commons-crypto | jar | 1.0.0 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.apache.commons : commons-lang3 | jar | 3.10 |
| org.apache.commons : commons-collections4 | jar | 4.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.fasterxml.jackson.core : jackson-core | jar | 2.11.4 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.11.4 |
| org.apache.httpcomponents : httpasyncclient | jar | 4.1.4 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.springframework : spring-web | jar | 5.2.12.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |