Skip to content
Snippets Groups Projects
Unverified Commit 2cb127a1 authored by Andrea Burattin's avatar Andrea Burattin Committed by GitHub
Browse files

Update README.md

parent aa7a9560
No related branches found
No related tags found
No related merge requests found
# Beamline framework [![](https://jitpack.io/v/beamline/framework.svg)](https://jitpack.io/#beamline/framework) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=beamline_framework&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=beamline_framework)
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:
```xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
```
And then the actual dependency:
```xml
<dependency>
<groupId>com.github.beamline</groupId>
<artifactId>framework</artifactId>
<version>x.y.z</version>
</dependency>
```
Some additional metrics from SonarCloud:
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=beamline_framework&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=beamline_framework)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=beamline_framework&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=beamline_framework)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=beamline_framework&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=beamline_framework)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment