| GroupId | GroupIdcom.loftechs.sdk |
|---|---|
| ArtifactId | ArtifactIdvoice |
| Version | Version5.0.19 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| voice-5.0.19.pom | |
| voice-5.0.19-sources.jar | 296 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.loftechs.sdk/voice/ -->
<dependency>
<groupId>com.loftechs.sdk</groupId>
<artifactId>voice</artifactId>
<version>5.0.19</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.loftechs.sdk/voice/
implementation 'com.loftechs.sdk:voice:5.0.19'
// https://jarcasting.com/artifacts/com.loftechs.sdk/voice/
implementation ("com.loftechs.sdk:voice:5.0.19")
'com.loftechs.sdk:voice:aar:5.0.19'
<dependency org="com.loftechs.sdk" name="voice" rev="5.0.19">
<artifact name="voice" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.loftechs.sdk', module='voice', version='5.0.19')
)
libraryDependencies += "com.loftechs.sdk" % "voice" % "5.0.19"
[com.loftechs.sdk/voice "5.0.19"]