| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-test | 
| Version | Version4.1.8.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-test-4.1.8.RELEASE.pom | |
| spring-test-4.1.8.RELEASE.jar | 491 KB | 
| spring-test-4.1.8.RELEASE-sources.jar | 385 KB | 
| spring-test-4.1.8.RELEASE-javadoc.jar | 995 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-test/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-test</artifactId>
    <version>4.1.8.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-test/
implementation 'org.springframework:spring-test:4.1.8.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-test/
implementation ("org.springframework:spring-test:4.1.8.RELEASE")'org.springframework:spring-test:jar:4.1.8.RELEASE'<dependency org="org.springframework" name="spring-test" rev="4.1.8.RELEASE">
  <artifact name="spring-test" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-test', version='4.1.8.RELEASE')
)libraryDependencies += "org.springframework" % "spring-test" % "4.1.8.RELEASE"[org.springframework/spring-test "4.1.8.RELEASE"]