Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add Sava to your Gradle or Maven build.
dependencies { implementation("software.sava:sava-core:$VERSION") implementation("software.sava:sava-rpc:$VERSION") }
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>