is not current version
Last Version 0.20.0

com.soywiz:korio-root 0.14.0

Korio: Kotlin cORoutines I/O : Streams + Async TCP Client/Server + Virtual File System for JVM, Node.JS and Browser

GroupId

GroupId

com.soywiz
ArtifactId

ArtifactId

korio-root
Version

Version

0.14.0
Type

Type

jar

Download korio-root 0.14.0


<!-- https://jarcasting.com/artifacts/com.soywiz/korio-root/ -->
<dependency>
    <groupId>com.soywiz</groupId>
    <artifactId>korio-root</artifactId>
    <version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.soywiz/korio-root/
implementation 'com.soywiz:korio-root:0.14.0'
// https://jarcasting.com/artifacts/com.soywiz/korio-root/
implementation ("com.soywiz:korio-root:0.14.0")
'com.soywiz:korio-root:jar:0.14.0'
<dependency org="com.soywiz" name="korio-root" rev="0.14.0">
  <artifact name="korio-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.soywiz', module='korio-root', version='0.14.0')
)
libraryDependencies += "com.soywiz" % "korio-root" % "0.14.0"
[com.soywiz/korio-root "0.14.0"]