Spring Expression Language (SpEL) Maven Dependency - RameshMF/java-json-processing-tutorial GitHub Wiki
Spring Expression Language (SpEL)
Copy below Spring Expression Language (SpEL) maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-expression -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.2.1.RELEASE</version>
</dependency>
Copy below Spring Expression Language (SpEL) gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-expression
compile group: 'org.springframework', name: 'spring-expression', version: '5.2.1.RELEASE'
https://mvnrepository.com/artifact/org.springframework/spring-expression
https://mvnrepository.com/artifact/org.springframework/spring-expression