| GroupId | GroupIdspringframework |
|---|---|
| ArtifactId | ArtifactIdspring-context |
| Version | Version1.2-rc2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-context-1.2-rc2.pom | |
| spring-context-1.2-rc2.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/springframework/spring-context/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-context</artifactId>
<version>1.2-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-context/
implementation 'springframework:spring-context:1.2-rc2'
// https://jarcasting.com/artifacts/springframework/spring-context/
implementation ("springframework:spring-context:1.2-rc2")
'springframework:spring-context:jar:1.2-rc2'
<dependency org="springframework" name="spring-context" rev="1.2-rc2">
<artifact name="spring-context" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-context', version='1.2-rc2')
)
libraryDependencies += "springframework" % "spring-context" % "1.2-rc2"
[springframework/spring-context "1.2-rc2"]