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