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