Skip to content

speakeasy-api/speakeasy-java-sdk

Repository files navigation

Speakeasy JVM SDK

speakeasy-logo

Speakeasy is your API Platform team as a service. Use our drop in SDK to manage all your API Operations including customer facing usage embeds, test case generation from traffic, and understanding API drift.

This is the Speakeasy Java SDK for evaluating API requests/responses.

Supported frameworks include:

  • Spring Boot
  • Micronaut

If you are integrating for the first time please start at the Quickstart on our docs home.

Installation

Add the Speakeasy SDK to your project's build.gradle file:

dependencies {
    implementation 'dev.speakeasyapi:speakeasyapi-java-sdk:1.3.1'
}

Micronaut

For details on integrating with Micronaut please see the Micronaut Integration Docs

Spring Boot

For details on integrating with Spring Boot please see the Spring Boot Integration Docs