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