kotlinx.interval

Kotlin multiplatform bounded open/closed generic intervals.

License

License

Categories

Categories

JavaScript Languages Kotlin
GroupId

GroupId

io.github.whathecode.kotlinx.interval
ArtifactId

ArtifactId

kotlinx-interval-js
Last Version

Last Version

1.0.0-alpha.2
Release Date

Release Date

Type

Type

pom
Description

Description

kotlinx.interval
Kotlin multiplatform bounded open/closed generic intervals.
Project URL

Project URL

https://github.com/Whathecode/kotlinx.interval
Source Code Management

Source Code Management

https://github.com/Whathecode/kotlinx.interval

Download kotlinx-interval-js

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-common jar 1.6.20
org.jetbrains.kotlin : kotlin-stdlib-js jar 1.6.20

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-alpha.2
1.0.0-alpha.1