Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.resources |
ArtifactId | ArtifactIdhttp-client-library |
Version | Version2.9.132 |
Type | Typejar |
Filename | Size |
---|---|
http-client-library-2.9.132.pom | |
http-client-library-2.9.132.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>2.9.132</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-library/
implementation 'org.mobicents.resources:http-client-library:2.9.132'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-library/
implementation ("org.mobicents.resources:http-client-library:2.9.132")
'org.mobicents.resources:http-client-library:jar:2.9.132'
<dependency org="org.mobicents.resources" name="http-client-library" rev="2.9.132">
<artifact name="http-client-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-client-library', version='2.9.132')
)
libraryDependencies += "org.mobicents.resources" % "http-client-library" % "2.9.132"
[org.mobicents.resources/http-client-library "2.9.132"]