Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 488 Bytes

DDC Node API interfaces for JVM

Release

Requirements

This library requires Java version 11 or higher and Kotlin version 1.4 or higher.

Usage

Add dependency in your Gradle build script:

repositories {
    maven { url = uri("https://jitpack.io") }
}
dependencies {
    api("com.github.cerebellum-network:ddc-node-api-kotlin:1.+")
}