Skip to content

Latest commit

 

History

History
62 lines (44 loc) · 1.3 KB

README.md

File metadata and controls

62 lines (44 loc) · 1.3 KB

Java Ranges

Logo

Index

About

This library provides the most basic ranges classes and interfaces. All ranges are inclusive.

Interfaces:

Classes:

Installation

First, add MoonTalk repository to your pom.xml:

<repository>
    <id>moontalk</id>
    <url>httsp://repo.moontalk.space/repository/maven-releases/</url>
</repository>

Second, add library as dependency:

<dependency>
    <groupId>space.moontalk</groupId>
    <artifactId>ranges</artifactId>
    <version>1.0.1</version>
</dependency>

Done.

Building

Just execute the following Maven command in your terminal:

mvn install

Documentation

Will be added soon...