License |
License |
---|---|
GroupId | GroupIdcom.foreach.across.modules |
ArtifactId | ArtifactIdspring-batch-module |
Last Version | Last Version2.1.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Batch Module
Module that activates Spring batch in the Across context and allows jobs to be defined in modules.
|
<!-- https://jarcasting.com/artifacts/com.foreach.across.modules/spring-batch-module/ -->
<dependency>
<groupId>com.foreach.across.modules</groupId>
<artifactId>spring-batch-module</artifactId>
<version>2.1.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.foreach.across.modules/spring-batch-module/
implementation 'com.foreach.across.modules:spring-batch-module:2.1.0.RELEASE'
// https://jarcasting.com/artifacts/com.foreach.across.modules/spring-batch-module/
implementation ("com.foreach.across.modules:spring-batch-module:2.1.0.RELEASE")
'com.foreach.across.modules:spring-batch-module:jar:2.1.0.RELEASE'
<dependency org="com.foreach.across.modules" name="spring-batch-module" rev="2.1.0.RELEASE">
<artifact name="spring-batch-module" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.foreach.across.modules', module='spring-batch-module', version='2.1.0.RELEASE')
)
libraryDependencies += "com.foreach.across.modules" % "spring-batch-module" % "2.1.0.RELEASE"
[com.foreach.across.modules/spring-batch-module "2.1.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.foreach.across : across-core | jar | 5.1.0.RELEASE |
org.springframework.batch : spring-batch-core | jar | 4.2.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |