Files download
File Operation
spring-beans-4.2.1.RELEASE.jar download
spring-beans-4.2.1.RELEASE.pom download
spring-beans-4.2.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hynnet</groupId>
  <artifactId>spring-beans</artifactId>
  <version>4.2.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.hynnet:spring-beans:4.2.1.RELEASE'
Gradle Kotlin
implementation("com.hynnet:spring-beans:4.2.1.RELEASE")
Scala SBT
libraryDependencies += "com.hynnet" % "spring-beans" % "4.2.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.hynnet', module='spring-beans', version='4.2.1.RELEASE')
)
Apache Ivy
<dependency org="com.hynnet" name="spring-beans" rev="4.2.1.RELEASE" />
Leiningen
[com.hynnet/spring-beans "4.2.1.RELEASE"]
Apache Buildr
'com.hynnet:spring-beans:jar:4.2.1.RELEASE'