Skip to content

Getting Started

Erfan Yousefi edited this page May 30, 2020 · 1 revision

Usage

XtendM3 can be used as a Maven dependency in your project. You can use the SDK by simply adding the latest release to your pom dependency list like below:

<dependency>
  <groupId>com.infor.m3</groupId>
  <artifactId>xtendm3-sdk</artifactId>
  <version>0.11.2</version>
</dependency>

Please note that right now this is not public and once you add the above dependency to your project Maven will complain that this cannot be found. You need to therefore checkout the project and build it yourself as described below.

Build it Yourself

You can also checkout the latest version of the code in the repository and use the mvn install to install the latest unreleased version to your local repository.

Versioning

The XtendM3 SDK contains a major version followed by a minor version and a patch version e.g. 0.11.2. To find the latest version check the tags on the repository.

Major version changes

Minor version changes

Patch version changes

Clone this wiki locally