/package

Library published to Maven Central with OSSRH.

Primary LanguageJavaMIT LicenseMIT

Package

CI Maven Central

Library published to Maven Central with OSSRH.

Table of contents

Introduction

A maven project to ease off the usage of Arrays.

Technology Stack

  • Java
  • Maven

Project status

Completed

Installation

Get repository

git clone https://github.com/msaf9/package.git
cd package

URLs

Find the package on Maven Central Repository.

Use

Maven usage

<dependency>
  <groupId>io.github.msaf9</groupId>
  <artifactId>package</artifactId>
  <version>1.0.0</version>
</dependency>

Gradle usage

implementation 'io.github.msaf9:package:1.0.0'

License

MIT License