Results 1 to 3 of 3

Thread: Where to get spring-batch-archetypes

  1. #1
    Join Date
    Aug 2008
    Posts
    15

    Default Where to get spring-batch-archetypes

    Hi,

    I am new to Spring Batch so I wanted to download the spring-batch-archetypes Project via Maven to have a preconfigured project to use.

    But I can not find the Jar. I have checked the Subversion and the online Maven repository,

    Can anyone give me a link where I can download this library?

    Regrads
    Christina

  2. #2
    Join Date
    Jun 2005
    Posts
    4,241

    Default

    SVN link for the 1.1 branch is here https://springframework.svn.sourcefo...pes/simple-cli. It's also in Maven central, so I'm a bit confused why you couldn't find it:]
    Code:
    <dependency>
        <groupId>org.springframework.batch</groupId>
        <artifactId>simple-cli-archetype</artifactId>
        <version>1.1.2.RELEASE</version>
    </dependency>

  3. #3
    Join Date
    Aug 2008
    Posts
    15

    Default

    Does this mean that the library "spring-batch-archtypes" does not exist? Because I found this library also in the Maven central repository, but I could not download it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •