Spring Core Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki

Spring Core

Spring Core Maven Dependency

Copy below Spring Core maven dependency and paste in your project pom.xml file:

<!-- https://mvnrepository.com/artifact/org.springframework/spring-core -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-core</artifactId>
    <version>5.2.1.RELEASE</version>
</dependency>

Spring Core Gradle Dependency

Copy below Spring Core gradle dependency and paste in your project build.gradle file:

// https://mvnrepository.com/artifact/org.springframework/spring-core
compile group: 'org.springframework', name: 'spring-core', version: '5.2.1.RELEASE'

Download JAR File

https://repo1.maven.org/maven2/org/springframework/spring-core/5.2.1.RELEASE/spring-core-5.2.1.RELEASE.jar

Check for Latest Release

https://mvnrepository.com/artifact/org.springframework/spring-core

Reference

https://mvnrepository.com/artifact/org.springframework/spring-core

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