Download Latest Version GitHub Copilot SDK for Java 1.0.0 source code.tar.gz (3.0 MB)
Email in envelope

Get an email when there's a new version of GitHub Copilot SDK

Home / java_v1.0.0
Name Modified Size InfoDownloads / Week
Parent folder
GitHub Copilot SDK for Java 1.0.0 source code.tar.gz 2026-06-02 3.0 MB
GitHub Copilot SDK for Java 1.0.0 source code.zip 2026-06-02 4.4 MB
README.md 2026-06-02 1.9 kB
Totals: 3 Items   7.4 MB 2

Installation

⚠️ Artifact versioning plan: Releases of this implementation track releases of the reference implementation. For each release of the reference implementation, there may follow a corresponding release of this implementation with the same number as the reference implementation. Release identifiers of the reference implementation are in the form vMaj.Min.Micro. For example v0.1.32. The corresponding maven version for the release will be Maj.Min.Micro-java.N, where Maj, Min and Micro are the corresponding numbers for the reference implementation release, and N is a monotonically increasing sequence number starting with 0 for each release. See the corresponding architectural decision record for more information in the docs/adr directory of the source code.

📦 View on Maven Central

📖 Documentation · Javadoc

Maven

:::xml
<dependency>
    <groupId>com.github</groupId>
    <artifactId>copilot-sdk-java</artifactId>
    <version>1.0.0</version>
</dependency>

Gradle (Kotlin DSL)

:::kotlin
implementation("com.github:copilot-sdk-java:1.0.0")

Gradle (Groovy DSL)

:::groovy
implementation 'com.github:copilot-sdk-java:1.0.0'

What's Changed

Full Changelog: https://github.com/github/copilot-sdk/compare/java/v1.0.0-beta-12-java.1...java/v1.0.0

Source: README.md, updated 2026-06-02