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