Skip to content

Copilot Java SDK 1.0.7

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Feb 22:15
· 51 commits to main since this release

Installation

⚠️ Disclaimer: This is an unofficial, community-driven SDK and is not supported or endorsed by GitHub. Use at your own risk.

📦 View on Maven Central

📖 Documentation · Javadoc

Maven

<dependency>
    <groupId>io.github.copilot-community-sdk</groupId>
    <artifactId>copilot-sdk</artifactId>
    <version>1.0.7</version>
</dependency>

Gradle (Kotlin DSL)

implementation("io.github.copilot-community-sdk:copilot-sdk:1.0.7")

Gradle (Groovy DSL)

implementation 'io.github.copilot-community-sdk:copilot-sdk:1.0.7'

What's Changed

📋 Full Changelog: See CHANGELOG.md for detailed release notes.

📦 Other Changes

Full Changelog: v1.0.6...v1.0.7