r

ranges

Library for converting and manipulating ranges for Google Sheets.
https://plemont.github.io/ranges
Apache License 2.0
io.github.plemont
Plemont
Files download
File Operation
ranges-1.0.jar download
ranges-1.0.pom download
ranges-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.plemont</groupId>
  <artifactId>ranges</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.plemont:ranges:1.0'
Gradle Kotlin
implementation("io.github.plemont:ranges:1.0")
Scala SBT
libraryDependencies += "io.github.plemont" % "ranges" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.plemont', module='ranges', version='1.0')
)
Apache Ivy
<dependency org="io.github.plemont" name="ranges" rev="1.0" />
Leiningen
[io.github.plemont/ranges "1.0"]
Apache Buildr
'io.github.plemont:ranges:jar:1.0'