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

Jar examples for p:promise-core

Description

A promise implementation for Android

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials