Skip to content

org.fireflyframework.fireflyframework-kernel 26.06.01 Latest version

Install 1/2: Add this to pom.xml:
Learn more about Maven or Gradle
<dependency>
  <groupId>org.fireflyframework</groupId>
  <artifactId>fireflyframework-kernel</artifactId>
  <version>26.06.01</version>
</dependency>
Install 2/2: Run via command line
$ mvn install

About this package

Foundational module for the Firefly Framework. Contains the unified exception hierarchy,
shared interfaces, and common abstractions that all framework modules depend on.
This module has zero internal framework dependencies and sits at the root of the dependency graph.