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