MVN

org.springframework.integration : spring-integration-parent

Maven & Gradle

Apr 16, 2010

Spring Integration Parent · Spring Integration parent project. Defines dependencies and common configuration for the build process.

<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-parent</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.integration : spring-integration-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.0.4.RELEASE

All Versions

Choose a version of org.springframework.integration : spring-integration-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
spring-integration-parent-1.0.4.RELEASE
spring-integration-parent-1.0.3.RELEASE
spring-integration-parent-1.0.2.SR1
spring-integration-parent-1.0.2.RELEASE

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-parent</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>