is not current version
Last Version 1.1.0

com.twilio:sync-android-with-symbols 1.0.0

An Android library for synchronization mobile apps with a single source of state in the cloud. This version contains native symbols which could be used to symbolicate stack traces of native crashes using crashlytics or similar tools

GroupId

GroupId

com.twilio
ArtifactId

ArtifactId

sync-android-with-symbols
Version

Version

1.0.0
Type

Type

aar

Download sync-android-with-symbols 1.0.0


<!-- https://jarcasting.com/artifacts/com.twilio/sync-android-with-symbols/ -->
<dependency>
    <groupId>com.twilio</groupId>
    <artifactId>sync-android-with-symbols</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.twilio/sync-android-with-symbols/
implementation 'com.twilio:sync-android-with-symbols:1.0.0'
// https://jarcasting.com/artifacts/com.twilio/sync-android-with-symbols/
implementation ("com.twilio:sync-android-with-symbols:1.0.0")
'com.twilio:sync-android-with-symbols:aar:1.0.0'
<dependency org="com.twilio" name="sync-android-with-symbols" rev="1.0.0">
  <artifact name="sync-android-with-symbols" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.twilio', module='sync-android-with-symbols', version='1.0.0')
)
libraryDependencies += "com.twilio" % "sync-android-with-symbols" % "1.0.0"
[com.twilio/sync-android-with-symbols "1.0.0"]