java-sdk

Nitric Logo

Tests Coverage Quality Gate Status Maven Central javadoc

Nitric Java SDK

The Java SDK supports the use of the cloud-portable Nitric framework with Java 11.

The SDK is available as early access and interfaces may still be subject to breaking changes.

Prerequisites

Getting Started

Using the Nitric CLI

nitric make:stack example
? Service template
  official/TypeScript Stack
  official/Python Stack
❯ official/Java Stack
  official/Go Stack

Adding to an existing project

Maven

<dependency>
    <groupId>io.nitric</groupId>
    <artifactId>java-sdk</artifactId>
    <version>[lastest maven version]</version>
</dependency>

Javadoc

javadoc