Enroscar Async Compiler

Processor for @Load/@Send annotations

License

License

GroupId

GroupId

com.stanfy.enroscar
ArtifactId

ArtifactId

async-compiler
Last Version

Last Version

2.0.alpha1
Release Date

Release Date

Type

Type

jar
Description

Description

Enroscar Async Compiler
Processor for @Load/@Send annotations
Project URL

Project URL

https://github.com/stanfy/enroscar
Source Code Management

Source Code Management

https://github.com/stanfy/enroscar

Download async-compiler

How to add to project

<!-- https://jarcasting.com/artifacts/com.stanfy.enroscar/async-compiler/ -->
<dependency>
    <groupId>com.stanfy.enroscar</groupId>
    <artifactId>async-compiler</artifactId>
    <version>2.0.alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/com.stanfy.enroscar/async-compiler/
implementation 'com.stanfy.enroscar:async-compiler:2.0.alpha1'
// https://jarcasting.com/artifacts/com.stanfy.enroscar/async-compiler/
implementation ("com.stanfy.enroscar:async-compiler:2.0.alpha1")
'com.stanfy.enroscar:async-compiler:jar:2.0.alpha1'
<dependency org="com.stanfy.enroscar" name="async-compiler" rev="2.0.alpha1">
  <artifact name="async-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stanfy.enroscar', module='async-compiler', version='2.0.alpha1')
)
libraryDependencies += "com.stanfy.enroscar" % "async-compiler" % "2.0.alpha1"
[com.stanfy.enroscar/async-compiler "2.0.alpha1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.squareup : javawriter jar 2.5.0

test (6)

Group / Artifact Type Version
org.truth0 : truth jar 0.13
com.google.testing.compile : compile-testing jar 0.4
org.robolectric : robolectric jar 2.3-SNAPSHOT
com.google.guava : guava jar 16.0.1
junit : junit jar 4.11
org.easytesting : fest-assert-core jar 2.0M10

Project Modules

There are no modules declared in this project.

Enroscar

A set of Android tools that facilitate apps development

Build Status

Well, this repo contains pretty much code used internally at Stanfy to develop Android apps. Some parts lack documentation and are outdated, we are working on this problem. Currently we have 2 components that are definitely worth to check out now:

  • Goro - a generic tool for organizing asynchronous tasks in queues and Android service
  • Enroscar Async - a library that helps to put any asynchronous operation behind Android Loader and integrate it with RxJava.

Project Async2014 demonstrates how they can be used.

License

 Copyright 2011-2014 Stanfy Corp.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
com.stanfy.enroscar

Stanfy

Versions

Version
2.0.alpha1