License |
License |
---|---|
Categories |
CategoriesKotlin Languages |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdkotlinx-coroutines-core |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkotlinx-coroutines-core
WebJar for kotlinx-coroutines-core
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlinx-coroutines-core-1.1.1.pom | |
kotlinx-coroutines-core-1.1.1.jar | 231 KB |
kotlinx-coroutines-core-1.1.1-sources.jar | 22 bytes |
kotlinx-coroutines-core-1.1.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/kotlinx-coroutines-core/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/kotlinx-coroutines-core/
implementation 'org.webjars.npm:kotlinx-coroutines-core:1.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/kotlinx-coroutines-core/
implementation ("org.webjars.npm:kotlinx-coroutines-core:1.1.1")
'org.webjars.npm:kotlinx-coroutines-core:jar:1.1.1'
<dependency org="org.webjars.npm" name="kotlinx-coroutines-core" rev="1.1.1">
<artifact name="kotlinx-coroutines-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='kotlinx-coroutines-core', version='1.1.1')
)
libraryDependencies += "org.webjars.npm" % "kotlinx-coroutines-core" % "1.1.1"
[org.webjars.npm/kotlinx-coroutines-core "1.1.1"]