MVN

com.smartdevicelink : sdl_android

Maven & Gradle

Feb 14, 2023
1 usages
186 stars

sdl_android · 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.

<dependency>
    <groupId>com.smartdevicelink</groupId>
    <artifactId>sdl_android</artifactId>
    <version>5.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.smartdevicelink : sdl_android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.1

All Versions

Choose a version of com.smartdevicelink : sdl_android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
RC_5.6.x
sdl_android-RC_5.6.0
5.6.x
sdl_android-5.6.1
sdl_android-5.6.0
5.5.x
sdl_android-5.5.0
sdl_android-5.5.0_RC
5.4.x
sdl_android-5.4.0
5.3.x
sdl_android-5.3.1
sdl_android-5.3.0
5.2.x
sdl_android-5.2.0
5.1.x
sdl_android-5.1.1
sdl_android-5.1.0
5.0.x
sdl_android-5.0.0
4.12.x
sdl_android-4.12.2
RC_5.4.x
sdl_android-RC_5.4.0
RC_5.3.x
sdl_android-RC_5.3.0
RC_5.2.x
sdl_android-RC_5.2.0
RC_5.1.x
sdl_android-RC_5.1.0

How to add a dependency to Maven

Add the following com.smartdevicelink : sdl_android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.smartdevicelink</groupId>
    <artifactId>sdl_android</artifactId>
    <version>5.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.smartdevicelink : sdl_android gradle dependency to your build.gradle file:

implementation 'com.smartdevicelink:sdl_android:5.6.1'

Gradle Kotlin DSL: Add the following com.smartdevicelink : sdl_android gradle kotlin dependency to your build.gradle.kts file:

implementation("com.smartdevicelink:sdl_android:5.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.smartdevicelink : sdl_android sbt scala dependency to your build.sbt file:

libraryDependencies += "com.smartdevicelink" % "sdl_android" % "5.6.1"

Advertisement

Dependencies from Group

Feb 14, 2023
1 usages
186 stars
Jun 09, 2021
1 usages
1 stars
Feb 15, 2023
186 stars
Feb 15, 2023
186 stars

Discover Dependencies

Aug 22, 2023
2 usages
20 stars
Apr 11, 2021
6 stars
Aug 24, 2023
3 usages
41 stars
Aug 24, 2023
17 usages
41 stars
Aug 26, 2022
3 usages
41 stars
Aug 26, 2022
2 usages
41 stars
Aug 24, 2023
7 usages
41 stars
Jul 04, 2023
Apr 09, 2021
2 usages
1 stars