Hybrid Async Service

Implementa um meio de desacoplar o código referente a processamento assíncrono da lógica de negócio. Especialmente útil em classes de serviço.

Лицензия

Лицензия

GNU General Public License v3.0
Группа

Группа

com.github.paulosalonso
Идентификатор

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

hybrid-async-service
Последняя версия

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

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Hybrid Async Service
Implementa um meio de desacoplar o código referente a processamento assíncrono da lógica de negócio. Especialmente útil em classes de serviço.

Скачать hybrid-async-service

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12

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

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

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

Версия
1.1.0
1.0.0