Download coroutinebinding-0.1.0.jar file - Jar c

Jar examples for c:coroutinebinding

Description

Kotlin Coroutine binding APIs for Android's UI widgets

You can download jar file coroutinebinding 0.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add coroutinebinding-0.1.0.jar to your project.

<dependency>
   <groupId>com.github.satoshun.coroutinebinding</groupId>
   <artifactId>coroutinebinding</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'com.github.satoshun.coroutinebinding', name: 'coroutinebinding', version: '0.1.0'
libraryDependencies += "com.github.satoshun.coroutinebinding" % "coroutinebinding" % "0.1.0"
<dependency org="com.github.satoshun.coroutinebinding" name="coroutinebinding" rev="0.1.0"/>
@Grapes(@Grab(group='com.github.satoshun.coroutinebinding', module='coroutinebinding', version='0.1.0'))
'com.github.satoshun.coroutinebinding:coroutinebinding:jar:0.1.0'

Download

Click the following link to download the jar file.

coroutinebinding-0.1.0-javadoc.jar
coroutinebinding-0.1.0-sources.jar
coroutinebinding-0.1.0.pom



Related Tutorials