Skip to content

Kaginawa Server client library for the Java and other JVM languages

License

Notifications You must be signed in to change notification settings

kaginawa/kaginawa-sdk-java

Repository files navigation

kagianwa-sdk-go

Actions Status Quality Gate Status Coverage Download javadoc

The official Kaginawa SDK for the Java and other JVM languages.

Prerequisites

  • Java 11 or higher

Importing

The library is available on Maven Central.

Maven

<dependency>
    <groupId>io.github.kaginawa</groupId>
    <artifactId>kaginawa-sdk-java</artifactId>
    <version>0.2.0</version>
</dependency>

Gradle

implementation("io.github.kaginawa:kaginawa-sdk-java:0.2.0")

Documentation

Online javadoc is available on javadoc.io.

Examples

See KaginawaHello.java and KaginawaCommand.java.

License

Kaginawa SDK for Java licensed under the Apache License 2.0.

Author