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")
}
<dependencies>
<dependency>
<groupId>software.sava</groupId>
<artifactId>sava-core</artifactId>
<version>VERSION</version>
</dependency>
<dependency>
<groupId>software.sava</groupId>
<artifactId>sava-rpc</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
Signed libraries are published to both Maven Central and the GitHub Package Repository.