| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-beans | 
| Version | Version5.2.19.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-beans-5.2.19.RELEASE.pom | |
| spring-beans-5.2.19.RELEASE.jar | 672 KB | 
| spring-beans-5.2.19.RELEASE-sources.jar | 633 KB | 
| spring-beans-5.2.19.RELEASE-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-beans/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-beans</artifactId>
    <version>5.2.19.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-beans/
implementation 'org.springframework:spring-beans:5.2.19.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-beans/
implementation ("org.springframework:spring-beans:5.2.19.RELEASE")'org.springframework:spring-beans:jar:5.2.19.RELEASE'<dependency org="org.springframework" name="spring-beans" rev="5.2.19.RELEASE">
  <artifact name="spring-beans" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-beans', version='5.2.19.RELEASE')
)libraryDependencies += "org.springframework" % "spring-beans" % "5.2.19.RELEASE"[org.springframework/spring-beans "5.2.19.RELEASE"]