| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-expression | 
| Version | Version4.1.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-expression/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-expression</artifactId>
    <version>4.1.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation 'org.springframework:spring-expression:4.1.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation ("org.springframework:spring-expression:4.1.0.RELEASE")'org.springframework:spring-expression:jar:4.1.0.RELEASE'<dependency org="org.springframework" name="spring-expression" rev="4.1.0.RELEASE">
  <artifact name="spring-expression" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-expression', version='4.1.0.RELEASE')
)libraryDependencies += "org.springframework" % "spring-expression" % "4.1.0.RELEASE"[org.springframework/spring-expression "4.1.0.RELEASE"]