GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-expression |
Version | Version3.1.4.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-expression-3.1.4.RELEASE.pom | |
spring-expression-3.1.4.RELEASE.jar | 175 KB |
spring-expression-3.1.4.RELEASE-sources.jar | 152 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-expression/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>3.1.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation 'org.springframework:spring-expression:3.1.4.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-expression/
implementation ("org.springframework:spring-expression:3.1.4.RELEASE")
'org.springframework:spring-expression:jar:3.1.4.RELEASE'
<dependency org="org.springframework" name="spring-expression" rev="3.1.4.RELEASE">
<artifact name="spring-expression" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-expression', version='3.1.4.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-expression" % "3.1.4.RELEASE"
[org.springframework/spring-expression "3.1.4.RELEASE"]