License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Kotlin |
GroupId | GroupIdio.matthewnelson.kotlin-components |
ArtifactId | ArtifactIdcoroutines-js |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionCoroutines
Kotlin Components' Coroutine Component
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
coroutines-js-1.0.0.pom | |
coroutines-js-1.0.0-sources.jar | 1 KB |
coroutines-js-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-js/ -->
<dependency>
<groupId>io.matthewnelson.kotlin-components</groupId>
<artifactId>coroutines-js</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-js/
implementation 'io.matthewnelson.kotlin-components:coroutines-js:1.0.0'
// https://jarcasting.com/artifacts/io.matthewnelson.kotlin-components/coroutines-js/
implementation ("io.matthewnelson.kotlin-components:coroutines-js:1.0.0")
'io.matthewnelson.kotlin-components:coroutines-js:pom:1.0.0'
<dependency org="io.matthewnelson.kotlin-components" name="coroutines-js" rev="1.0.0">
<artifact name="coroutines-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.matthewnelson.kotlin-components', module='coroutines-js', version='1.0.0')
)
libraryDependencies += "io.matthewnelson.kotlin-components" % "coroutines-js" % "1.0.0"
[io.matthewnelson.kotlin-components/coroutines-js "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-common | jar | 1.5.31 |
org.jetbrains.kotlin : kotlin-stdlib-js | jar | 1.5.31 |
org.jetbrains.kotlinx : kotlinx-coroutines-core-js | jar | 1.5.2 |