| Categories |
Categorieseasy-batch Application Layer Libs Job Scheduling |
|---|---|
| GroupId | GroupIdorg.jeasy |
| ArtifactId | ArtifactIdeasy-batch |
| Version | Version7.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| easy-batch-7.0.1.pom | 10 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jeasy/easy-batch/ -->
<dependency>
<groupId>org.jeasy</groupId>
<artifactId>easy-batch</artifactId>
<version>7.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jeasy/easy-batch/
implementation 'org.jeasy:easy-batch:7.0.1'
// https://jarcasting.com/artifacts/org.jeasy/easy-batch/
implementation ("org.jeasy:easy-batch:7.0.1")
'org.jeasy:easy-batch:pom:7.0.1'
<dependency org="org.jeasy" name="easy-batch" rev="7.0.1">
<artifact name="easy-batch" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jeasy', module='easy-batch', version='7.0.1')
)
libraryDependencies += "org.jeasy" % "easy-batch" % "7.0.1"
[org.jeasy/easy-batch "7.0.1"]