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