range

A java library to work with range(s) or interval(s).

License

License

GroupId

GroupId

io.github.repozoo
ArtifactId

ArtifactId

range
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

range
A java library to work with range(s) or interval(s).
Project URL

Project URL

https://github.com/repozoo/range
Source Code Management

Source Code Management

http://github.com/repozoo/range/tree/main

Download range

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.repozoo/range/ -->
<dependency>
    <groupId>io.github.repozoo</groupId>
    <artifactId>range</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.repozoo/range/
implementation 'io.github.repozoo:range:1.0.0'
// https://jarcasting.com/artifacts/io.github.repozoo/range/
implementation ("io.github.repozoo:range:1.0.0")
'io.github.repozoo:range:jar:1.0.0'
<dependency org="io.github.repozoo" name="range" rev="1.0.0">
  <artifact name="range" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.repozoo', module='range', version='1.0.0')
)
libraryDependencies += "io.github.repozoo" % "range" % "1.0.0"
[io.github.repozoo/range "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.22

test (4)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.2
org.junit.jupiter : junit-jupiter-params jar 5.7.2
org.junit.platform : junit-platform-launcher jar 1.7.2
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0