| License |
License |
|---|---|
| GroupId | GroupIdcom.plivo.endpoint |
| ArtifactId | ArtifactIdendpoint |
| Last Version | Last Version3.0.2-beta.0 |
| Release Date | Release Date |
| 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-3.0.2-beta.0.pom | |
| endpoint-3.0.2-beta.0.aar | 15 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/ -->
<dependency>
<groupId>com.plivo.endpoint</groupId>
<artifactId>endpoint</artifactId>
<version>3.0.2-beta.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/
implementation 'com.plivo.endpoint:endpoint:3.0.2-beta.0'
// https://jarcasting.com/artifacts/com.plivo.endpoint/endpoint/
implementation ("com.plivo.endpoint:endpoint:3.0.2-beta.0")
'com.plivo.endpoint:endpoint:aar:3.0.2-beta.0'
<dependency org="com.plivo.endpoint" name="endpoint" rev="3.0.2-beta.0">
<artifact name="endpoint" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.plivo.endpoint', module='endpoint', version='3.0.2-beta.0')
)
libraryDependencies += "com.plivo.endpoint" % "endpoint" % "3.0.2-beta.0"
[com.plivo.endpoint/endpoint "3.0.2-beta.0"]