MVN

com.github.paulosalonso : hybrid-async-service

Maven & Gradle

Nov 03, 2019

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.

<dependency>
    <groupId>com.github.paulosalonso</groupId>
    <artifactId>hybrid-async-service</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.paulosalonso : hybrid-async-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.paulosalonso : hybrid-async-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
hybrid-async-service-1.1.0
1.0.x
hybrid-async-service-1.0.0

How to add a dependency to Maven

Add the following com.github.paulosalonso : hybrid-async-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.paulosalonso</groupId>
    <artifactId>hybrid-async-service</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.paulosalonso : hybrid-async-service gradle dependency to your build.gradle file:

implementation 'com.github.paulosalonso:hybrid-async-service:1.1.0'

Gradle Kotlin DSL: Add the following com.github.paulosalonso : hybrid-async-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.paulosalonso:hybrid-async-service:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.paulosalonso : hybrid-async-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.paulosalonso" % "hybrid-async-service" % "1.1.0"