<dependency>
<groupId>com.github.despical</groupId>
<artifactId>commons</artifactId>
<version>2.0.5</version>
</dependency>dependencies {
implementation 'com.github.despical:commons:2.0.5'
}This code is under GPL-3.0 License.
See the LICENSE file for required notices and attributions.
I accept Pull Requests via GitHub. There are some guidelines which will make applying PRs easier for me:
- No spaces! Please use tabs for indentation.
- Respect the code style.
- Create minimal diffs. If you feel the source code should be reformatted create a separate PR for this change.
You can learn more about contributing via GitHub in contribution guidelines.
To build this project from source code, run the following from Git Bash:
git clone https://www.github.com/Despical/Commons.git && cd Commons
mvn clean package -Dmaven.javadoc.skip=true -DskipTests
Important
Maven must be installed to build this project.