Futuroid

An Android library for making asynchronous APIs.

License

License

GroupId

GroupId

com.github.clemp6r.futuroid
ArtifactId

ArtifactId

futuroid
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Futuroid
An Android library for making asynchronous APIs.
Project URL

Project URL

https://github.com/clemp6r/futuroid

Download futuroid

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/ -->
<dependency>
    <groupId>com.github.clemp6r.futuroid</groupId>
    <artifactId>futuroid</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/
implementation 'com.github.clemp6r.futuroid:futuroid:1.0.0'
// https://jarcasting.com/artifacts/com.github.clemp6r.futuroid/futuroid/
implementation ("com.github.clemp6r.futuroid:futuroid:1.0.0")
'com.github.clemp6r.futuroid:futuroid:jar:1.0.0'
<dependency org="com.github.clemp6r.futuroid" name="futuroid" rev="1.0.0">
  <artifact name="futuroid" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.clemp6r.futuroid', module='futuroid', version='1.0.0')
)
libraryDependencies += "com.github.clemp6r.futuroid" % "futuroid" % "1.0.0"
[com.github.clemp6r.futuroid/futuroid "1.0.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 16.0

provided (1)

Group / Artifact Type Version
com.google.android : android jar 4.1.1.4

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.robolectric : robolectric jar 2.2
org.mockito : mockito-core jar 1.9.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.3.0
0.2.0
0.1.1
0.1.0