Download jranges-0.4.8.jar file - Jar j

Jar examples for j:jranges

Description

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.

You can download jar file jranges 0.4.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jranges-0.4.8.jar to your project.

<dependency>
   <groupId>net.sf.jranges</groupId>
   <artifactId>jranges</artifactId>
   <version>0.4.8</version>
</dependency>
compile group: 'net.sf.jranges', name: 'jranges', version: '0.4.8'
libraryDependencies += "net.sf.jranges" % "jranges" % "0.4.8"
<dependency org="net.sf.jranges" name="jranges" rev="0.4.8"/>
@Grapes(@Grab(group='net.sf.jranges', module='jranges', version='0.4.8'))
'net.sf.jranges:jranges:jar:0.4.8'

Download

Click the following link to download the jar file.

jranges-0.4.8-jar-with-dependencies.jar
jranges-0.4.8-javadoc.jar
jranges-0.4.8-sources.jar
jranges-0.4.8.jar
jranges-0.4.8.pom



Related Tutorials