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

DDC Node API interfaces for JVM languages

License

Notifications You must be signed in to change notification settings

Cerebellum-Network/ddc-node-api-kotlin

Repository files navigation

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.+")
}