is not current version
Last Version 0.8.0

net.sf.jranges:jranges 0.4.3

A Range is a collection of sequential positions and an interval. It is defined by the first position, inclusively, the last position, inclusively and an interval. Start and stop positions must both be a multiple of interval.

Categories

Categories

Net
GroupId

GroupId

net.sf.jranges
ArtifactId

ArtifactId

jranges
Version

Version

0.4.3
Type

Type

jar

Download jranges 0.4.3


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