Skip to content

Installation

Asgarde doesn’t bring its own Beam version: your pipeline declares Beam, as any Beam pipeline already does. See Compatibility for the supported Beam and language versions.

The library is published on Maven Central.

Maven

<dependency>
<groupId>fr.groupbees</groupId>
<artifactId>asgarde</artifactId>
<version>1.3.0</version>
</dependency>

Gradle

implementation("fr.groupbees:asgarde:1.3.0")