How to use Maven instead of Gradle to manage project directory?

In RTSDK Java, how do you use Maven instead of Gradle? For example: the Consumer class, as client wants to use Maven to manage the project directory.

Best Answer

  • Gurpreet
    Answer ✓

    Hi @neri.wong01,

    RTSDK Java has been published into the Maven repository and available for download. Please see this article and the code sample on how to use Maven to build RTSDK application.

Answers