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