не последняя версия
Последняя версия 5.3.21

org.springframework:spring-expression 4.0.6.RELEASE

Spring Expression Language (SpEL)

Группа

Группа

org.springframework
Идентификатор

Идентификатор

spring-expression
Версия

Версия

4.0.6.RELEASE
Тип

Тип

jar

Скачать spring-expression 4.0.6.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-expression/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-expression</artifactId>
    <version>4.0.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation 'org.springframework:spring-expression:4.0.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation ("org.springframework:spring-expression:4.0.6.RELEASE")
'org.springframework:spring-expression:jar:4.0.6.RELEASE'
<dependency org="org.springframework" name="spring-expression" rev="4.0.6.RELEASE">
  <artifact name="spring-expression" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-expression', version='4.0.6.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-expression" % "4.0.6.RELEASE"
[org.springframework/spring-expression "4.0.6.RELEASE"]