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