Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.victormpcmun |
ArtifactId | ArtifactIddelayed-batch-executor |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
delayed-batch-executor-2.0.pom | |
delayed-batch-executor-2.0.jar | 29 KB |
delayed-batch-executor-2.0-sources.jar | 24 KB |
delayed-batch-executor-2.0-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/ -->
<dependency>
<groupId>com.github.victormpcmun</groupId>
<artifactId>delayed-batch-executor</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/
implementation 'com.github.victormpcmun:delayed-batch-executor:2.0'
// https://jarcasting.com/artifacts/com.github.victormpcmun/delayed-batch-executor/
implementation ("com.github.victormpcmun:delayed-batch-executor:2.0")
'com.github.victormpcmun:delayed-batch-executor:jar:2.0'
<dependency org="com.github.victormpcmun" name="delayed-batch-executor" rev="2.0">
<artifact name="delayed-batch-executor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.victormpcmun', module='delayed-batch-executor', version='2.0')
)
libraryDependencies += "com.github.victormpcmun" % "delayed-batch-executor" % "2.0"
[com.github.victormpcmun/delayed-batch-executor "2.0"]