| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.kuali.common |
| ArtifactId | ArtifactIdkuali-httpclient |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKuali Http Client
Kuali Http Client
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| kuali-httpclient-1.0.0.pom | |
| kuali-httpclient-1.0.0.jar | 30 KB |
| kuali-httpclient-1.0.0-tests.jar | 9 KB |
| kuali-httpclient-1.0.0-sources.jar | 16 KB |
| kuali-httpclient-1.0.0-javadoc.jar | 140 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kuali.common/kuali-httpclient/ -->
<dependency>
<groupId>org.kuali.common</groupId>
<artifactId>kuali-httpclient</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.kuali.common/kuali-httpclient/
implementation 'org.kuali.common:kuali-httpclient:1.0.0'
// https://jarcasting.com/artifacts/org.kuali.common/kuali-httpclient/
implementation ("org.kuali.common:kuali-httpclient:1.0.0")
'org.kuali.common:kuali-httpclient:jar:1.0.0'
<dependency org="org.kuali.common" name="kuali-httpclient" rev="1.0.0">
<artifact name="kuali-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kuali.common', module='kuali-httpclient', version='1.0.0')
)
libraryDependencies += "org.kuali.common" % "kuali-httpclient" % "1.0.0"
[org.kuali.common/kuali-httpclient "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.kuali.common : kuali-util | jar | 4.4.10 |
| org.apache.httpcomponents : httpclient | jar | 4.3.2 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.5 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.1 |
| com.fasterxml.jackson.datatype : jackson-datatype-guava | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.springframework : spring-test | jar | 3.2.7.RELEASE |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |