Skip to content
This repository was archived by the owner on Mar 25, 2026. It is now read-only.

Copilot Java SDK 1.0.5

Choose a tag to compare

@github-actions github-actions released this 29 Jan 19:55
· 483 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.5</version>
</dependency>

Gradle (Kotlin DSL)

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

Gradle (Groovy DSL)

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

What's Changed

📦 Other Changes

New Contributors

Full Changelog: v1.0.4...v1.0.5