Implementation
Installation

Installation

Voyager's installation is meant to be as simple as possible. You can can install Voyager by adding the following configuration to your gradle(build.common.gradle) file:

repositories {
    maven { url 'https://jitpack.io' }
}

Then add the following dependency to your TeamCode's build.gradle file. Replace 1.0.0 with the version you want to use.:

implementation 'com.github.devmello:Voyager:1.0.0'