
Implements the UMA protocol for seamless integration in applications, offering easy installation via Maven or Gradle, with comprehensive documentation and sample implementations available.
The Universal Money Address (UMA) SDK for Kotlin and Java. UMA is an open protocol that makes sending money as easy as sending an email, using human-readable addresses like $alice@bank.com.
See this repository for a sample implementation and check out the full documentation for more info.
You can install the SDK from Maven Central using Gradle or Maven.
In Groovy:
dependencies {
implementation 'me.uma:uma-sdk:1.6.2'
}In Kotlin:
dependencies {
implementation("me.uma:uma-sdk:1.6.2")
}<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.uma</groupId>
<artifactId>uma-sdk</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>The Universal Money Address (UMA) SDK for Kotlin and Java. UMA is an open protocol that makes sending money as easy as sending an email, using human-readable addresses like $alice@bank.com.
See this repository for a sample implementation and check out the full documentation for more info.
You can install the SDK from Maven Central using Gradle or Maven.
In Groovy:
dependencies {
implementation 'me.uma:uma-sdk:1.6.2'
}In Kotlin:
dependencies {
implementation("me.uma:uma-sdk:1.6.2")
}<repositories>
<repository>
<id>central</id>
<url>https://repo1.maven.org/maven2</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.uma</groupId>
<artifactId>uma-sdk</artifactId>
<version>1.6.2</version>
</dependency>
</dependencies>