Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.resources |
ArtifactId | ArtifactIdhttp-client-ratype |
Version | Version2.8.45 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ratype/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-client-ratype</artifactId>
<version>2.8.45</version>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ratype/
implementation 'org.mobicents.resources:http-client-ratype:2.8.45'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-ratype/
implementation ("org.mobicents.resources:http-client-ratype:2.8.45")
'org.mobicents.resources:http-client-ratype:jar:2.8.45'
<dependency org="org.mobicents.resources" name="http-client-ratype" rev="2.8.45">
<artifact name="http-client-ratype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-client-ratype', version='2.8.45')
)
libraryDependencies += "org.mobicents.resources" % "http-client-ratype" % "2.8.45"
[org.mobicents.resources/http-client-ratype "2.8.45"]