License |
License |
---|---|
GroupId | GroupIdcom.dorkbox |
ArtifactId | ArtifactIdCoroutines |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCoroutines
A Kotlin framework for development of high performance, IO-driven applications.
|
Project Organization |
Project Organizationdorkbox, llc |
Filename | Size |
---|---|
Coroutines-0.2.2.pom | |
Coroutines-0.2.2.jar | 198 KB |
Coroutines-0.2.2-sources.jar | 3 KB |
Coroutines-0.2.2-javadoc.jar | 321 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/Coroutines/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Coroutines</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/Coroutines/
implementation 'com.dorkbox:Coroutines:0.2.2'
// https://jarcasting.com/artifacts/com.dorkbox/Coroutines/
implementation ("com.dorkbox:Coroutines:0.2.2")
'com.dorkbox:Coroutines:jar:0.2.2'
<dependency org="com.dorkbox" name="Coroutines" rev="0.2.2">
<artifact name="Coroutines" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='Coroutines', version='0.2.2')
)
libraryDependencies += "com.dorkbox" % "Coroutines" % "0.2.2"
[com.dorkbox/Coroutines "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.70 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.70 |