| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesIDE Development Tools | 
        
| GroupId | GroupIdcom.gitlab.lema-suite | 
    
| ArtifactId | ArtifactIdlema-provider | 
    
| Last Version | Last Version0.8.0 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionLEMA - 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. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project OrganizationLEMA | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| lema-provider-0.8.0.pom | 6 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.gitlab.lema-suite/lema-provider/ -->
<dependency>
    <groupId>com.gitlab.lema-suite</groupId>
    <artifactId>lema-provider</artifactId>
    <version>0.8.0</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.gitlab.lema-suite/lema-provider/
implementation 'com.gitlab.lema-suite:lema-provider:0.8.0'
                // https://jarcasting.com/artifacts/com.gitlab.lema-suite/lema-provider/
implementation ("com.gitlab.lema-suite:lema-provider:0.8.0")
                'com.gitlab.lema-suite:lema-provider:pom:0.8.0'
                <dependency org="com.gitlab.lema-suite" name="lema-provider" rev="0.8.0">
  <artifact name="lema-provider" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.gitlab.lema-suite', module='lema-provider', version='0.8.0')
)
                libraryDependencies += "com.gitlab.lema-suite" % "lema-provider" % "0.8.0"
                [com.gitlab.lema-suite/lema-provider "0.8.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13 | 
| org.mockito : mockito-core | jar | 3.5.7 |