| License |
License |
|---|---|
| GroupId | GroupIdorg.springframework |
| ArtifactId | ArtifactIdspring-expression |
| Last Version | Last Version5.3.21 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSpring Expression Language (SpEL)
Spring Expression Language (SpEL)
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-expression-5.3.21.pom | |
| spring-expression-5.3.21.jar | 172 KB |
| spring-expression-5.3.21-sources.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-expression/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation 'org.springframework:spring-expression:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation ("org.springframework:spring-expression:5.3.21")
'org.springframework:spring-expression:jar:5.3.21'
<dependency org="org.springframework" name="spring-expression" rev="5.3.21">
<artifact name="spring-expression" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-expression', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-expression" % "5.3.21"
[org.springframework/spring-expression "5.3.21"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-core | jar | 5.3.21 |