Skip to content
Snippets Groups Projects
Select Git revision
  • ab8da9ffc023a7f48cd2afff1f92ffd8c01c5a14
  • master default
  • javadoc
  • gh-pages protected
  • 0.2.4
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.0
  • 0.0.3
  • 0.0.2
  • 0.0.1
12 results

framework

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andrea Burattin authored
    ab8da9ff
    History

    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