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.

License

License

GNU General Public License v3.0
GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

hybrid-async-service
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.

Download hybrid-async-service

How to add to project

<!-- 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"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0