Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.mobicents.resources |
ArtifactId | ArtifactIdhttp-client-parent |
Version | Version7.1.17 |
Type | Typepom |
Filename | Size |
---|---|
http-client-parent-7.1.17.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mobicents.resources/http-client-parent/ -->
<dependency>
<groupId>org.mobicents.resources</groupId>
<artifactId>http-client-parent</artifactId>
<version>7.1.17</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-parent/
implementation 'org.mobicents.resources:http-client-parent:7.1.17'
// https://jarcasting.com/artifacts/org.mobicents.resources/http-client-parent/
implementation ("org.mobicents.resources:http-client-parent:7.1.17")
'org.mobicents.resources:http-client-parent:pom:7.1.17'
<dependency org="org.mobicents.resources" name="http-client-parent" rev="7.1.17">
<artifact name="http-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.mobicents.resources', module='http-client-parent', version='7.1.17')
)
libraryDependencies += "org.mobicents.resources" % "http-client-parent" % "7.1.17"
[org.mobicents.resources/http-client-parent "7.1.17"]