Skip to content

maxonrow/mxw-sdk-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages