Last Version

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

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

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.github.victormpcmun
ArtifactId

ArtifactId

delayed-batch-executor
Version

Version

3.1
Type

Type

jar
Description

Description

com.github.victormpcmun:delayed-batch-executor
A component to decrease the number of required queries by batching them in Java multi-threaded applications
Project URL

Project URL

https://github.com/victormpcmun/delayed-batch-executor
Source Code Management

Source Code Management

http://github.com/victormpcmun/delayed-batch-executor/tree/master

Download delayed-batch-executor 3.1


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

Dependencies

compile (2)

Group / Artifact Type Version
io.projectreactor : reactor-core jar 3.2.11.RELEASE
ch.qos.logback : logback-classic jar 1.1.7

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.