Download java-coroutines-1.0.2.jar file - Jar j

Jar examples for j:java-coroutines

Description

The library supporting the alternative concurrency model

You can download jar file java-coroutines 1.0.2 in this page.

License

Apache License 2.0

Build File

You can use the following script to add java-coroutines-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.akurilov</groupId>
   <artifactId>java-coroutines</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.akurilov', name: 'java-coroutines', version: '1.0.2'
libraryDependencies += "com.github.akurilov" % "java-coroutines" % "1.0.2"
<dependency org="com.github.akurilov" name="java-coroutines" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.akurilov', module='java-coroutines', version='1.0.2'))
'com.github.akurilov:java-coroutines:jar:1.0.2'

Download

Click the following link to download the jar file.

java-coroutines-1.0.2-javadoc.jar
java-coroutines-1.0.2-sources.jar
java-coroutines-1.0.2.jar
java-coroutines-1.0.2.pom



Related Tutorials