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