Skip to content

Maksim2498/java-ranges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Small java ranges library

Topics

Resources

License

Stars

Watchers

Forks

Languages