is not current version
Last Version 3.1

com.github.victormpcmun:delayed-batch-executor 3.0

A component to decrease the number of required queries by batching them in Java multi-threaded applications

Categories

Categories

ORM Data
GroupId

GroupId

com.github.victormpcmun
ArtifactId

ArtifactId

delayed-batch-executor
Version

Version

3.0
Type

Type

jar

Download delayed-batch-executor 3.0


<!-- https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/ -->
<dependency>
    <groupId>com.github.victormpcmun</groupId>
    <artifactId>delayed-batch-executor</artifactId>
    <version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/
implementation 'com.github.victormpcmun:delayed-batch-executor:3.0'
// https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/
implementation ("com.github.victormpcmun:delayed-batch-executor:3.0")
'com.github.victormpcmun:delayed-batch-executor:jar:3.0'
<dependency org="com.github.victormpcmun" name="delayed-batch-executor" rev="3.0">
  <artifact name="delayed-batch-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.victormpcmun', module='delayed-batch-executor', version='3.0')
)
libraryDependencies += "com.github.victormpcmun" % "delayed-batch-executor" % "3.0"
[com.github.victormpcmun/delayed-batch-executor "3.0"]