Group Id org.springframework
Artifact Id spring-test
Version 3.2.4.RELEASE
Packaging jar
URL -
Badge
Last Updated 2013-08-06T15:19:04+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-test</artifactId>
    <version>3.2.4.RELEASE</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-test', version: '3.2.4.RELEASE'
implementation 'org.springframework:spring-test:3.2.4.RELEASE'
implementation("org.springframework:spring-test:3.2.4.RELEASE")
libraryDependencies += "org.springframework" % "spring-test" % "3.2.4.RELEASE"
<dependency org="org.springframework" name="spring-test" rev="3.2.4.RELEASE"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-test', version='3.2.4.RELEASE')
)
[org.springframework/spring-test "3.2.4.RELEASE"]
'org.springframework:spring-test:3.2.4.RELEASE'