Skip to content

Installation

To use JBeamline in your Java Maven project it is necessary to include, in the pom.xml file, the package repository:

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
Then you can include the dependency to the version you are interested, for example:
<dependency>
    <groupId>com.github.beamline</groupId>
    <artifactId>framework</artifactId>
    <version>x.y.z</version>
</dependency>
See https://jitpack.io/#beamline/framework for further details (e.g., using it with Gradle).