is not current version
Last Version 5.3.21

org.springframework:spring-test 4.3.30.RELEASE

Spring TestContext Framework

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-test
Version

Version

4.3.30.RELEASE
Type

Type

jar

Download spring-test 4.3.30.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-test/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-test</artifactId>
    <version>4.3.30.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-test/
implementation 'org.springframework:spring-test:4.3.30.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-test/
implementation ("org.springframework:spring-test:4.3.30.RELEASE")
'org.springframework:spring-test:jar:4.3.30.RELEASE'
<dependency org="org.springframework" name="spring-test" rev="4.3.30.RELEASE">
  <artifact name="spring-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-test', version='4.3.30.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-test" % "4.3.30.RELEASE"
[org.springframework/spring-test "4.3.30.RELEASE"]