| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.voximplant |
| ArtifactId | ArtifactIdvoximplant-sdk |
| Version | Version2.12.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| voximplant-sdk-2.12.2.pom | |
| voximplant-sdk-2.12.2.aar | 12 MB |
| voximplant-sdk-2.12.2-javadoc.jar | 306 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.voximplant/voximplant-sdk/ -->
<dependency>
<groupId>com.voximplant</groupId>
<artifactId>voximplant-sdk</artifactId>
<version>2.12.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.voximplant/voximplant-sdk/
implementation 'com.voximplant:voximplant-sdk:2.12.2'
// https://jarcasting.com/artifacts/com.voximplant/voximplant-sdk/
implementation ("com.voximplant:voximplant-sdk:2.12.2")
'com.voximplant:voximplant-sdk:aar:2.12.2'
<dependency org="com.voximplant" name="voximplant-sdk" rev="2.12.2">
<artifact name="voximplant-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.voximplant', module='voximplant-sdk', version='2.12.2')
)
libraryDependencies += "com.voximplant" % "voximplant-sdk" % "2.12.2"
[com.voximplant/voximplant-sdk "2.12.2"]