Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.resources |
ArtifactId | ArtifactIdhttp-client-ra |
Version | Version2.8.69 |
Type | Typejar |
Filename | Size |
---|---|
http-client-ra-2.8.69.pom | |
http-client-ra-2.8.69.jar | 17 KB |
http-client-ra-2.8.69-sources.jar | 13 KB |
http-client-ra-2.8.69-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ra/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-client-ra</artifactId>
<version>2.8.69</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ra/
implementation 'org.mobicents.resources:http-client-ra:2.8.69'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ra/
implementation ("org.mobicents.resources:http-client-ra:2.8.69")
'org.mobicents.resources:http-client-ra:jar:2.8.69'
<dependency org="org.mobicents.resources" name="http-client-ra" rev="2.8.69">
<artifact name="http-client-ra" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-client-ra', version='2.8.69')
)
libraryDependencies += "org.mobicents.resources" % "http-client-ra" % "2.8.69"
[org.mobicents.resources/http-client-ra "2.8.69"]