is not current version
Last Version 5.5.0_RC

sdl_java_ee 5.3.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.

License

License

GroupId

GroupId

com.smartdevicelink
ArtifactId

ArtifactId

sdl_java_ee
Version

Version

5.3.0
Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/smartdevicelink/sdl_java_suite
Source Code Management

Source Code Management

https://github.com/smartdevicelink/sdl_java_suite

Download sdl_java_ee 5.3.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.mongodb : bson jar 4.0.5
androidx.annotation » annotation jar 1.1.0
org.java-websocket : Java-WebSocket jar 1.3.9

Project Modules

There are no modules declared in this project.