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")The Kotlin extensions are included in the same artifact as the Java library, published on Maven Central.
implementation("fr.groupbees:asgarde:1.3.0")The package is published on PyPI under the name asgarde.
# uvuv add asgarde
# pippip install asgarde