-
Notifications
You must be signed in to change notification settings - Fork 3
Spring Beans Maven Dependency
Ramesh Fadatare edited this page Dec 2, 2019
·
2 revisions
Spring Beans
Copy below Spring Beans maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.springframework/spring-beans -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.2.1.RELEASE</version>
</dependency>
Copy below Spring Beans gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.springframework/spring-beans
compile group: 'org.springframework', name: 'spring-beans', version: '5.2.1.RELEASE'
https://mvnrepository.com/artifact/org.springframework/spring-beans
https://mvnrepository.com/artifact/org.springframework/spring-beans