MVN

org.springframework.batch : spring-batch-archetypes

Maven & Gradle

Jan 29, 2009

Archetypes · Spring Batch archetypes are simple project templates containing just enough code to get you started running a job. For more detailed examples of using particular features of the framework, look at the Spring Batch Samples project. Currently the archetypes are deployed as regular Maven projects (not archetypes), because of limitations in the archetype plugin (or our understanding of how it works). For most effective use, copy one into Eclipse and use Q4E to manage the dependencies.

<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-archetypes</artifactId>
    <version>1.1.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.batch : spring-batch-archetypes to add to Maven - Latest Versions:

  • Latest Stable: 1.1.4.RELEASE

All Versions

Choose a version of org.springframework.batch : spring-batch-archetypes to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
spring-batch-archetypes-1.1.4.RELEASE
spring-batch-archetypes-1.1.3.RELEASE-A
spring-batch-archetypes-1.1.3.RELEASE
spring-batch-archetypes-1.1.2.RELEASE
spring-batch-archetypes-1.1.1.RELEASE
spring-batch-archetypes-1.1.0.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.batch</groupId>
    <artifactId>spring-batch-archetypes</artifactId>
    <version>1.1.4.RELEASE</version>
</dependency>