a2a-java

(★ 475)

Official Java SDK for the Agent2Agent (A2A) Protocol

File Explorer

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • AGENTS.md
  • CLAUDE.md
  • CODE_OF_CONDUCT.md
  • COMMUNITY_ARTICLES.md
  • CONTRIBUTING.md
  • CONTRIBUTING_INTEGRATIONS.md
  • LICENSE
  • README.md
  • RELEASE.md
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Showing a partial file list.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

mvn

View Details ▼

Apache Maven: build and manage Java-based projects.

mvn compile

Compile a project:

mvn package

Compile and package the compiled code in its distributable format, such as a `jar`:

mvn package {{[-D|--define]}} skipTests

Compile and package, skipping unit tests:

# Project Badges

// repository documentation