License |
License |
---|---|
GroupId | GroupIdcom.envimate |
ArtifactId | ArtifactIdbatchmate |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbatchmate
BatchMate is a little helper library to get your tasks executed in parallel
and retrieve the results using the result class or a custom key.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
batchmate-0.0.1.pom | |
batchmate-0.0.1.jar | 9 KB |
batchmate-0.0.1-sources.jar | 6 KB |
batchmate-0.0.1-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.envimate/batchmate/ -->
<dependency>
<groupId>com.envimate</groupId>
<artifactId>batchmate</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.envimate/batchmate/
implementation 'com.envimate:batchmate:0.0.1'
// https://jarcasting.com/artifacts/com.envimate/batchmate/
implementation ("com.envimate:batchmate:0.0.1")
'com.envimate:batchmate:jar:0.0.1'
<dependency org="com.envimate" name="batchmate" rev="0.0.1">
<artifact name="batchmate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.envimate', module='batchmate', version='0.0.1')
)
libraryDependencies += "com.envimate" % "batchmate" % "0.0.1"
[com.envimate/batchmate "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |