This page gives you a quick reference to get spring-expression dependency for Maven or Gradle projects. You can also download the spring-expression jar dependency, the link given at the "Download JAR File" section.
This spring-expression module contains all support classes for Spring Expression Language (SpEL).
This spring-expression module contains all support classes for Spring Expression Language (SpEL).
Spring Expression Language (SpEL) Maven Dependency
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>
Spring Expression Language (SpEL) Gradle 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'
Comments
Post a Comment