MVN

com.smartdevicelink : sdl_java_ee

Maven & Gradle

Feb 15, 2023
186 stars

sdl_java_ee · 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_java_ee</artifactId>
    <version>5.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.6.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.smartdevicelink:sdl_java_ee:5.6.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement