Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 330 Bytes

File metadata and controls

23 lines (15 loc) · 330 Bytes

Yonoma Java SDK

Installation

To install the Java SDK, add the following dependency to your project:

Gradle

implementation 'io.yonoma:yonoma-java:1.0.0"'

Maven

<dependency>
    <groupId>io.yonoma</groupId>
    <artifactId>yonoma-java</artifactId>
    <version>1.0.0"</version>
</dependency>