Enroscar Net

Networking tool for Android based on URLConnection

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

com.stanfy.enroscar
Идентификатор

Идентификатор

enroscar-net
Последняя версия

Последняя версия

2.0.alpha1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Enroscar Net
Networking tool for Android based on URLConnection
Ссылка на сайт

Ссылка на сайт

https://github.com/stanfy/enroscar
Система контроля версий

Система контроля версий

https://github.com/stanfy/enroscar

Скачать enroscar-net

Как подключить последнюю версию

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

Зависимости

compile (9)

Идентификатор библиотеки Тип Версия
com.squareup.retrofit : retrofit jar 1.+
com.stanfy.enroscar : enroscar-goro jar 2.0.alpha1
com.stanfy.enroscar : enroscar-beans jar 2.0.alpha1
com.stanfy.enroscar : enroscar-content jar 2.0.alpha1
com.stanfy : gson-xml-java jar 0.1.+
com.jakewharton : disklrucache jar 2.0.2
com.google.code.gson : gson jar 2.2.4
com.squareup.okhttp : okhttp jar 1.+
com.stanfy.enroscar : enroscar-io jar 2.0.alpha1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
2.0.alpha1
1.2
1.1.0
1.0
0.9.12
0.9.11
0.9.10