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