Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 466 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 466 Bytes

enot.io Java SDK

An unofficial wrapper for the API of the enot.io payment service. At the moment, it has only the functionality of accepting payments.

publishing workflow

Maven installation

<dependency>
    <groupId>ru.chrshnv</groupId>
    <artifactId>enot-io-sdk</artifactId>
    <version>1.0.0</version>
</dependency>

Usage examples

Not now