-
Notifications
You must be signed in to change notification settings - Fork 7
Getting Started
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.
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.
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.
XtendM3 - Customizing M3 Business Logic in cloud
- Introduction
- Getting Started
- API Specification
- Generic APIs
- Integration APIs
- Storage/Persistent APIS
- Context Specific APIs
- Best Practices