License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin |
GroupId | GroupIdio.github.whathecode.kotlinx.interval |
ArtifactId | ArtifactIdkotlinx-interval-js |
Last Version | Last Version1.0.0-alpha.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionkotlinx.interval
Kotlin multiplatform bounded open/closed generic intervals.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.6.20 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.6.20 |