License |
License |
---|---|
GroupId | GroupIdcom.plivo.endpoint |
ArtifactId | ArtifactIdendpoint |
Version | Version2.0.19 |
Type | Typeaar |
Description |
Descriptionendpoint
This is the Plivo Android Voice Call SDK that can be used to make and receive calls through Plivo.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
endpoint-2.0.19.pom | |
endpoint-2.0.19.aar | 15 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/ -->
<dependency>
<groupId>com.plivo.endpoint</groupId>
<artifactId>endpoint</artifactId>
<version>2.0.19</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/
implementation 'com.plivo.endpoint:endpoint:2.0.19'
// https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/
implementation ("com.plivo.endpoint:endpoint:2.0.19")
'com.plivo.endpoint:endpoint:aar:2.0.19'
<dependency org="com.plivo.endpoint" name="endpoint" rev="2.0.19">
<artifact name="endpoint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plivo.endpoint', module='endpoint', version='2.0.19')
)
libraryDependencies += "com.plivo.endpoint" % "endpoint" % "2.0.19"
[com.plivo.endpoint/endpoint "2.0.19"]