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