| GroupId | GroupIdorg.springframework.integration | 
|---|---|
| ArtifactId | ArtifactIdspring-integration-test | 
| Version | Version5.3.8.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>5.3.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-test/
implementation 'org.springframework.integration:spring-integration-test:5.3.8.RELEASE'// https://jarcasting.com/artifacts/org.springframework.integration/spring-integration-test/
implementation ("org.springframework.integration:spring-integration-test:5.3.8.RELEASE")'org.springframework.integration:spring-integration-test:jar:5.3.8.RELEASE'<dependency org="org.springframework.integration" name="spring-integration-test" rev="5.3.8.RELEASE">
  <artifact name="spring-integration-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-test', version='5.3.8.RELEASE')
)libraryDependencies += "org.springframework.integration" % "spring-integration-test" % "5.3.8.RELEASE"[org.springframework.integration/spring-integration-test "5.3.8.RELEASE"]