s

sdl_java_se

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.
https://github.com/smartdevicelink/sdl_java_suite
BSD 3-Clause
Julian Kast
文件下载
文件名 操作
sdl_java_se-5.7.0.jar 下载
sdl_java_se-5.7.0.pom 下载
sdl_java_se-5.7.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.smartdevicelink</groupId>
  <artifactId>sdl_java_se</artifactId>
  <version>5.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.smartdevicelink:sdl_java_se:5.7.0'
Gradle Kotlin
implementation("com.smartdevicelink:sdl_java_se:5.7.0")
Scala SBT
libraryDependencies += "com.smartdevicelink" % "sdl_java_se" % "5.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.smartdevicelink', module='sdl_java_se', version='5.7.0')
)
Apache Ivy
<dependency org="com.smartdevicelink" name="sdl_java_se" rev="5.7.0" />
Leiningen
[com.smartdevicelink/sdl_java_se "5.7.0"]
Apache Buildr
'com.smartdevicelink:sdl_java_se:jar:5.7.0'