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

Releases: copilot-community-sdk/copilot-sdk-java

Java SDK 1.0.1

Choose a tag to compare

@brunoborges brunoborges released this 22 Jan 18:59

Installation

📦 View on Maven Central

Maven

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

Gradle (Kotlin DSL)

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

Gradle (Groovy DSL)

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

Full Changelog: 1.0.0...v1.0.1

Java SDK 1.0.0

Choose a tag to compare

@brunoborges brunoborges released this 21 Jan 16:22

Installation

📦 View on Maven Central

Maven

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

Gradle (Kotlin DSL)

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

Gradle (Groovy DSL)

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

Full Changelog:

https://github.com/copilot-community-sdk/copilot-sdk-java/commits/1.0.0