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