Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.wso2.analytics.is |
ArtifactId | ArtifactIdhttp-client |
Version | Version5.8.0-alpha4 |
Type | Typepom |
Filename | Size |
---|---|
http-client-5.8.0-alpha4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wso2.analytics.is/http-client/ -->
<dependency>
<groupId>org.wso2.analytics.is</groupId>
<artifactId>http-client</artifactId>
<version>5.8.0-alpha4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.analytics.is/http-client/
implementation 'org.wso2.analytics.is:http-client:5.8.0-alpha4'
// https://jarcasting.com/artifacts/org.wso2.analytics.is/http-client/
implementation ("org.wso2.analytics.is:http-client:5.8.0-alpha4")
'org.wso2.analytics.is:http-client:pom:5.8.0-alpha4'
<dependency org="org.wso2.analytics.is" name="http-client" rev="5.8.0-alpha4">
<artifact name="http-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.analytics.is', module='http-client', version='5.8.0-alpha4')
)
libraryDependencies += "org.wso2.analytics.is" % "http-client" % "5.8.0-alpha4"
[org.wso2.analytics.is/http-client "5.8.0-alpha4"]