gemini-interactions-java-api
Installation
SKILL.md
Gemini Interactions API Java SDK Skill
This skill provides instructions for authenticating, connecting to, and utilizing the stateful, server-managed Gemini Interactions API using the Java SDK.
1. Installation
Maven
Add the dependency to your pom.xml:
<dependency>
<groupId>io.github.glaforge</groupId>
<artifactId>gemini-interactions-api-sdk</artifactId>
<version>0.11.0</version>
</dependency>
Gradle
Add the dependency to your build.gradle or build.gradle.kts: