Skip to content

Latest commit

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

mxw-sdk-java

Aims to be a java library for interacting with the Maxonrow Blockchain and its ecosystem.

Getting started

Maven

Java 8:

 <dependency>
<groupId>com.maxonrow</groupId>
<artifactId>mxw-sdk-java</artifactId>
<version>${version}</version>
</dependency>

Android:

 <dependency>
<groupId>com.maxonrow</groupId>
<artifactId>mxw-sdk-java</artifactId>
<version>${version}</version>
</dependency>

Gradle

Java 8:

compile ('com.maxonrow:mxw-sdk-java:${version}')

Android:

compile ('com.maxonrow:mxw-sdk-java:${version}')

or

implementation 'com.maxonrow:mxw-sdk-java:${version}'

Credits

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages