Library published to Maven Central with OSSRH.
A maven project to ease off the usage of Arrays.
- Java
- Maven
Completed
git clone https://github.com/msaf9/package.git
cd package
Find the package on Maven Central Repository.
<dependency>
<groupId>io.github.msaf9</groupId>
<artifactId>package</artifactId>
<version>1.0.0</version>
</dependency>
implementation 'io.github.msaf9:package:1.0.0'