Skip to content

Files

Latest commit

 

History

History
 
 

javaEE

SmartDeviceLink JavaEE

The JavaEE project is meant to allow SDL compatibility for web applications.

Dependency Managers

To compile with the latest release of SDL JavaSE, include the following in your app's build.gradle file,

repositories {
    jcenter()
}
dependencies {
    implementation 'com.smartdevicelink:sdl_java_se:4.+'
}

Manually building a JAR

If you prefer making a JAR, simply call:

gradle build

from within the project and a JAR should be generated in the build/libs folder