Skip to content

webee/promise4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

promise4j

Release

Promise for java.

https://jitpack.io/#webee/promise4j

To install the library add:

repositories {
     jcenter()
     maven { url "https://jitpack.io" }
}
dependencies {
      compile 'com.github.webee:promise4j:v2.4.0'
}