License |
License |
---|---|
GroupId | GroupIdorg.vishag |
ArtifactId | ArtifactIdasync-helper |
Version | Version4.0.0 |
Type | Typejar |
Description |
DescriptionAsync Helper
Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
async-helper-4.0.0.pom | |
async-helper-4.0.0.jar | 35 KB |
async-helper-4.0.0-sources.jar | 22 KB |
async-helper-4.0.0-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.vishag/async-helper/ -->
<dependency>
<groupId>org.vishag</groupId>
<artifactId>async-helper</artifactId>
<version>4.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.vishag/async-helper/
implementation 'org.vishag:async-helper:4.0.0'
// https://jarcasting.com/artifacts/org.vishag/async-helper/
implementation ("org.vishag:async-helper:4.0.0")
'org.vishag:async-helper:jar:4.0.0'
<dependency org="org.vishag" name="async-helper" rev="4.0.0">
<artifact name="async-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.vishag', module='async-helper', version='4.0.0')
)
libraryDependencies += "org.vishag" % "async-helper" % "4.0.0"
[org.vishag/async-helper "4.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |