| GroupId | GroupIdorg.springframework.integration | 
|---|---|
| ArtifactId | ArtifactIdspring-integration-test | 
| Version | Version4.3.9.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-test/ -->
<dependency>
    <groupId>org.springframework.integration</groupId>
    <artifactId>spring-integration-test</artifactId>
    <version>4.3.9.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-test/
implementation 'org.springframework.integration:spring-integration-test:4.3.9.RELEASE'// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-test/
implementation ("org.springframework.integration:spring-integration-test:4.3.9.RELEASE")'org.springframework.integration:spring-integration-test:jar:4.3.9.RELEASE'<dependency org="org.springframework.integration" name="spring-integration-test" rev="4.3.9.RELEASE">
  <artifact name="spring-integration-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-test', version='4.3.9.RELEASE')
)libraryDependencies += "org.springframework.integration" % "spring-integration-test" % "4.3.9.RELEASE"[org.springframework.integration/spring-integration-test "4.3.9.RELEASE"]