Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.16 KB

File metadata and controls

38 lines (24 loc) · 1.16 KB

EIDU Personalization Plugin Interface

Maven Central

This interface defines critical API components needed for building your personalization plugins to use within the EIDU platform.

Please note:

  • Plugins submitted are sand-boxed at runtime to prevent them from causing malicious or unintentional harm.
  • Every new plugin revision submitted will require the source undergo review by EIDU engineering.

Usage

To add the Gradle dependency:

repositories {
    mavenCentral()
}

dependencies {
    implementation("com.eidu:personalization-plugin-interface:<version>")
}

Please consult dev.eidu.com for instructions and detailed API documentation.

Support

Please contact EIDU at dev@eidu.com if you need help.

Contributing

We are excited about your contributions. See our current contribution guidelines to get started.

License

This library is published under the MIT License.