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