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