Last Version

Kotlin Range Sets 1.0.0

Implementation of set logic on the underlying values of Kotlin's Range classes.

License

License

Categories

Categories

Kotlin Languages
GroupId

GroupId

com.github.jonpeterson
ArtifactId

ArtifactId

kotlin-range-sets
Version

Version

1.0.0
Type

Type

jar
Description

Description

Kotlin Range Sets
Implementation of set logic on the underlying values of Kotlin's Range classes.
Project URL

Project URL

https://github.com/jonpeterson/kotlin-range-sets
Source Code Management

Source Code Management

https://github.com/jonpeterson/kotlin-range-sets

Download kotlin-range-sets 1.0.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.0.2

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.4
org.codehaus.groovy : groovy-all jar 2.4.5

Project Modules

There are no modules declared in this project.