License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.linkis |
ArtifactId | ArtifactIdlinkis-httpclient |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLinkis helps easily connect to various back-end computation/storage engines
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
linkis-httpclient-1.1.1.pom | |
linkis-httpclient-1.1.1.jar | 152 KB |
linkis-httpclient-1.1.1-test-sources.jar | 8 KB |
linkis-httpclient-1.1.1-sources.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.linkis/linkis-httpclient/ -->
<dependency>
<groupId>org.apache.linkis</groupId>
<artifactId>linkis-httpclient</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.linkis/linkis-httpclient/
implementation 'org.apache.linkis:linkis-httpclient:1.1.1'
// https://jarcasting.com/artifacts/org.apache.linkis/linkis-httpclient/
implementation ("org.apache.linkis:linkis-httpclient:1.1.1")
'org.apache.linkis:linkis-httpclient:jar:1.1.1'
<dependency org="org.apache.linkis" name="linkis-httpclient" rev="1.1.1">
<artifact name="linkis-httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.linkis', module='linkis-httpclient', version='1.1.1')
)
libraryDependencies += "org.apache.linkis" % "linkis-httpclient" % "1.1.1"
[org.apache.linkis/linkis-httpclient "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.linkis : linkis-common | jar | 1.1.1 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.apache.httpcomponents : httpmime | jar | 4.5.4 |
org.json4s : json4s-jackson_2.11 | jar | 3.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.mockito : mockito-core | jar | 3.9.0 |
org.mockito : mockito-inline | jar | 3.9.0 |
org.mockito : mockito-junit-jupiter | jar | 3.9.0 |
org.assertj : assertj-core | jar | 3.17.2 |
org.springframework.boot : spring-boot-starter-test | jar | |
com.h2database : h2 | jar | 1.4.200 |
org.springframework.boot : spring-boot-starter-data-jpa | jar | |
org.springframework : spring-test | jar |