mod-dlm-server is an open-source REST server for storing and querying element data described using the mod-dlm domain-specific language (DSL). This project provides tools for defining entity models and automatically generating CRUD APIs, enabling suppliers to create and manage catalogs of their products easily.
You can always find the most up-to-date API documentation here: mod-dlm API Docs
The server is generated automatically using the OpenAPI Generator.
- API version: 1.1.0
- Build date: 2025-06-04T08:15:16.967754158Z[Etc/UTC]
- Generator version: 7.14.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.SpringCodegen
Building the API client library requires Maven to be installed.
To install the API client library to your local Maven repository, simply execute:
mvn installTo deploy it to a remote Maven repository instead, configure the settings of the repository and execute:
mvn deployRefer to the official documentation for more information.
Add this dependency to your project's POM:
<dependency>
<groupId>construction.mod</groupId>
<artifactId>dlm-server</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>Add this dependency to your project's build file:
compile "construction.mod:dlm-server:1.1.0"At first generate the JAR by executing:
mvn package
Then manually install the following JARs:
- target/dlm-server-1.1.0.jar
- target/lib/*.jar