| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-full | 
| Last Version | Last Version1.2.8 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSpring full dependency list | 
| Filename | Size | 
|---|---|
| spring-full-1.2.8.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-full/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-full</artifactId>
    <version>1.2.8</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-full/
implementation 'org.springframework:spring-full:1.2.8'// https://jarcasting.com/artifacts/org.springframework/spring-full/
implementation ("org.springframework:spring-full:1.2.8")'org.springframework:spring-full:pom:1.2.8'<dependency org="org.springframework" name="spring-full" rev="1.2.8">
  <artifact name="spring-full" type="pom" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-full', version='1.2.8')
)libraryDependencies += "org.springframework" % "spring-full" % "1.2.8"[org.springframework/spring-full "1.2.8"]| Group / Artifact | Type | Version | 
|---|---|---|
| javax.servlet : jsp-api | jar | 2.0 | 
| xml-apis : xml-apis | jar | 1.0.b2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| easymock : easymock | jar | 1.2_Java1.3 | 
| junit : junit | jar | 3.8.1 |