https://github.com/nitrictech/java-sdk
Java SDK for Nitric
https://github.com/nitrictech/java-sdk
Last synced: 9 months ago
JSON representation
Java SDK for Nitric
- Host: GitHub
- URL: https://github.com/nitrictech/java-sdk
- Owner: nitrictech
- License: apache-2.0
- Created: 2021-02-22T03:11:24.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2022-01-18T01:07:14.000Z (over 4 years ago)
- Last Synced: 2025-10-03T20:45:36.772Z (9 months ago)
- Language: Java
- Homepage:
- Size: 2.05 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://sonarcloud.io/dashboard?id=nitrictech_java-sdk)
[](https://sonarcloud.io/dashboard?id=nitrictech_java-sdk)

[](https://javadoc.io/doc/io.nitric/java-sdk)
# Nitric Java SDK
The Java SDK supports the use of the cloud-portable [Nitric](https://nitric.io) 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](https://github.com/nitric-tech/cli)
```bash
nitric make:stack example
? Service template
official/TypeScript Stack
official/Python Stack
❯ official/Java Stack
official/Go Stack
```
### Adding to an existing project
**Maven**
```xml
io.nitric
java-sdk
[lastest maven version]
```
## Javadoc
[](https://javadoc.io/doc/io.nitric/java-sdk)