Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.resources |
ArtifactId | ArtifactIdhttp-client-library |
Version | Version7.0.13 |
Type | Typejar |
Filename | Size |
---|---|
http-client-library-7.0.13.pom | |
http-client-library-7.0.13.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-client-library/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-client-library</artifactId>
<version>7.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-library/
implementation 'org.mobicents.resources:http-client-library:7.0.13'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-library/
implementation ("org.mobicents.resources:http-client-library:7.0.13")
'org.mobicents.resources:http-client-library:jar:7.0.13'
<dependency org="org.mobicents.resources" name="http-client-library" rev="7.0.13">
<artifact name="http-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-client-library', version='7.0.13')
)
libraryDependencies += "org.mobicents.resources" % "http-client-library" % "7.0.13"
[org.mobicents.resources/http-client-library "7.0.13"]