is not current version
Last Version 5.3.21

org.springframework:spring-beans 3.0.7.RELEASE


GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-beans
Version

Version

3.0.7.RELEASE
Type

Type

jar

Download spring-beans 3.0.7.RELEASE


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