Skip to content

MathieuSoysal/framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beamline framework Quality Gate Status

Basic structure of the Beamline framework.

For some general instructions on how to use the library see its website at https://beamline.cloud. For the JavaDoc documentation, visit https://beamline.github.io/framework/.

This library is published as Maven project. To install it, it is necessary to include the proper repository with:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

And then the actual dependency:

<dependency>
    <groupId>com.github.beamline</groupId>
    <artifactId>framework</artifactId>
    <version>x.y.z</version>
</dependency>

Some additional metrics from SonarCloud:
Maintainability Rating Reliability Rating Security Rating

About

The Beamline streaming process mining framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%