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