is not current version
Last Version 5.5.0_RC

com.smartdevicelink:sdl_android 5.1.0

The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

GroupId

GroupId

com.smartdevicelink
ArtifactId

ArtifactId

sdl_android
Version

Version

5.1.0
Type

Type

aar

Download sdl_android 5.1.0


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