Base framework for Waytous.
Step 1. Add the JitPack repository in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency in the app's build.gradle:
dependencies {
compile 'com.github.edeqa:waytous-framework:2.63'
}
Step 1. Add the JitPack repository to your build file:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Step 2. Add the dependency:
<dependency>
<groupId>com.github.edeqa</groupId>
<artifactId>waytous-framework</artifactId>
<version>2.63</version>
</dependency>
See the Javadoc to learn more about the API.
2.63 - fixes and improvements
1.61 - fixes and improvements
1.50 - SignProvider
1.41 - initial version for Waytous 1.41
Waytous Framework is licensed under an MIT license. See the LICENSE
file for specifics.