Download korio-core-0.4.0.jar file - Jar k

Jar examples for k:korio-core

Description

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

You can download jar file korio-core 0.4.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add korio-core-0.4.0.jar to your project.

<dependency>
   <groupId>com.soywiz</groupId>
   <artifactId>korio-core</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'com.soywiz', name: 'korio-core', version: '0.4.0'
libraryDependencies += "com.soywiz" % "korio-core" % "0.4.0"
<dependency org="com.soywiz" name="korio-core" rev="0.4.0"/>
@Grapes(@Grab(group='com.soywiz', module='korio-core', version='0.4.0'))
'com.soywiz:korio-core:jar:0.4.0'

Download

Click the following link to download the jar file.

korio-core-0.4.0-javadoc.jar
korio-core-0.4.0.jar
korio-core-0.4.0.pom
korio-core-0.4.0-sources.jar



Related Tutorials