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