Skip to main content

Build Configuration

Sava targets Java 25. Ensure you have a compatible JDK installed before adding Sava to your build.
dependencies {
  implementation("software.sava:sava-core:$VERSION")
  implementation("software.sava:sava-rpc:$VERSION")
}
A Gradle Version Catalog and Platform (BOM) is provided for each target version of Java.
Signed libraries are published to both Maven Central and the GitHub Package Repository.