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