MVN

com.gitlab.lema-suite : lema-provider

Maven & Gradle

Dec 14, 2021

LEMA - Event Monitor and Analyser - Provider · LEMA is an easy to use Log-Server. It supports asynchronous logging of multiple applications (log4j-appender). The logs are processed and save to a database. An RCP-UI supports Live View, History View with advanced filters. You can use it for Error Monitoring / Notification; in order to do this a rule-based labellng (for instance stacktrace grouping) is performed by the server.

<dependency>
    <groupId>com.gitlab.lema-suite</groupId>
    <artifactId>lema-provider</artifactId>
    <version>0.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.gitlab.lema-suite : lema-provider to add to Maven - Latest Versions:

  • Latest Stable: 0.8.0
  • Latest Beta: 0.6.0-beta1

All Versions

Choose a version of com.gitlab.lema-suite : lema-provider to add to Maven - All Versions:

Version Vulnerabilities Updated
0.8.x
lema-provider-0.8.0
0.7.x
lema-provider-0.7.0
0.6.x
lema-provider-0.6.1
lema-provider-0.6.0-beta1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.gitlab.lema-suite</groupId>
    <artifactId>lema-provider</artifactId>
    <version>0.8.0</version>
</dependency>

Advertisement