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