Download promise-core-1.0.2.jar file - Jar p

Jar examples for p:promise-core

Description

A promise implementation for Android

You can download jar file promise-core 1.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add promise-core-1.0.2.jar to your project.

<dependency>
   <groupId>cn.yerl.android</groupId>
   <artifactId>promise-core</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'cn.yerl.android', name: 'promise-core', version: '1.0.2'
libraryDependencies += "cn.yerl.android" % "promise-core" % "1.0.2"
<dependency org="cn.yerl.android" name="promise-core" rev="1.0.2"/>
@Grapes(@Grab(group='cn.yerl.android', module='promise-core', version='1.0.2'))
'cn.yerl.android:promise-core:jar:1.0.2'

Download

Click the following link to download the jar file.

promise-core-1.0.2-javadoc.jar
promise-core-1.0.2-sources.jar
promise-core-1.0.2.pom



Related Tutorials