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