| GroupId | GroupIdorg.springframework.integration | 
    
|---|---|
| ArtifactId | ArtifactIdspring-integration | 
    
| Version | Version5.3.4.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| spring-integration-5.3.4.RELEASE.pom | 1 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration/ -->
<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration</artifactId>
    <version>5.3.4.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.integration/spring-integration/
implementation 'org.springframework.integration:spring-integration:5.3.4.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.integration/spring-integration/
implementation ("org.springframework.integration:spring-integration:5.3.4.RELEASE")
                'org.springframework.integration:spring-integration:pom:5.3.4.RELEASE'
                <dependency org="org.springframework.integration" name="spring-integration" rev="5.3.4.RELEASE">
  <artifact name="spring-integration" type="pom" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.integration', module='spring-integration', version='5.3.4.RELEASE')
)
                libraryDependencies += "org.springframework.integration" % "spring-integration" % "5.3.4.RELEASE"
                [org.springframework.integration/spring-integration "5.3.4.RELEASE"]