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