Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/package
Library published to Maven Central with OSSRH.
https://github.com/msaf9/package
java maven
Last synced: about 4 hours ago
JSON representation
Library published to Maven Central with OSSRH.
- Host: GitHub
- URL: https://github.com/msaf9/package
- Owner: msaf9
- License: mit
- Created: 2022-04-28T08:53:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T19:04:21.000Z (8 months ago)
- Last Synced: 2024-03-11T20:26:25.054Z (8 months ago)
- Topics: java, maven
- Language: Java
- Homepage: https://search.maven.org/artifact/io.github.msaf9/package/1.0.0/jar
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Package
[![CI](https://github.com/msaf9/package/actions/workflows/main.yml/badge.svg)](https://github.com/msaf9/package/actions/workflows/main.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.msaf9/package/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.msaf9/package)Library published to Maven Central with OSSRH.
Table of contents
- [Introduction](#introduction)
- [Technology Stack](#technology-stack)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [URLs](#urls)
- [Use](#use)
- [Maven usage](#maven-usage)
- [Gradle usage](#gradle-usage)
- [License](#license)## Introduction
A maven project to ease off the usage of Arrays.
## Technology Stack
- Java
- Maven## Project status
> **Completed**
## Installation
### Get repository
```git
git clone https://github.com/msaf9/package.git
cd package
```### URLs
Find the package on [Maven Central Repository](https://search.maven.org/artifact/io.github.msaf9/package/1.0.0/jar).
### Use
#### Maven usage
```maven
io.github.msaf9
package
1.0.0```
#### Gradle usage
```gradle
implementation 'io.github.msaf9:package:1.0.0'
```## License
[MIT License](LICENSE)