is not current version
Last Version 1.1.0

com.github.paulosalonso:hybrid-async-service 1.0.0

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.

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

hybrid-async-service
Version

Version

1.0.0
Type

Type

jar

Download hybrid-async-service 1.0.0


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