SpringFramework Test Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

SpringFramework Test

SpringFramework Test Maven Dependency

Copy below SpringFramework Test maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework/org.springframework.test -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>org.springframework.test</artifactId>
    <version>3.2.2.RELEASE</version>
    <scope>test</scope>
</dependency>

SpringFramework Test Gradle Dependency

Copy below SpringFramework Test gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework/org.springframework.test
testCompile group: 'org.springframework', name: 'org.springframework.test', version: '3.2.2.RELEASE'

Download JAR File

https://repo.spring.io/plugins-release/org/springframework/org.springframework.test/3.2.2.RELEASE/org.springframework.test-3.2.2.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/org.springframework.test

Reference

https://mvnrepository.com/artifact/org.springframework/org.springframework.test

⚠️ **GitHub.com Fallback** ⚠️