License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.github.victormpcmun |
ArtifactId | ArtifactIddelayed-batch-executor |
Version | Version3.1 |
Type | Typejar |
Description |
Descriptioncom.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
delayed-batch-executor-3.1.pom | |
delayed-batch-executor-3.1.jar | 31 KB |
delayed-batch-executor-3.1-sources.jar | 25 KB |
delayed-batch-executor-3.1-javadoc.jar | 127 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.2.11.RELEASE |
ch.qos.logback : logback-classic | jar | 1.1.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |