/java-sdk

Java SDK for Nitric

Primary LanguageJavaApache License 2.0Apache-2.0

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

  • OpenJDK 11+

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