#Client
#Install Package via Gradle or Maven
Follow instructions for Gradle or Maven on how to add project to your source control.
#Gradle
Add this to your build.gradle file:
implementation 'org.arkecosystem:client:1.2.9'
Execute the following command:
gradle build
#Maven
Add this to pom.xml file:
org.arkecosystem
client
1.2.9
Execute the following command:
mvn install
#Development
- Fork the package.
- Clone forked repository.
git clone https://github.com//java-client
- Next, move into the fresh cloned directory.
cd java-client
-
Dependencies are now installed, you can now run the tests to see if everything is running as it should.
With Maven
mvn test
With Gradle
gradle test
Last updated 6 months ago
Edit Page