| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-web | 
| Version | Version4.1.4.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-web-4.1.4.RELEASE.pom | |
| spring-web-4.1.4.RELEASE.jar | 697 KB | 
| spring-web-4.1.4.RELEASE-sources.jar | 661 KB | 
| spring-web-4.1.4.RELEASE-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-web/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-web</artifactId>
    <version>4.1.4.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation 'org.springframework:spring-web:4.1.4.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-web/
implementation ("org.springframework:spring-web:4.1.4.RELEASE")'org.springframework:spring-web:jar:4.1.4.RELEASE'<dependency org="org.springframework" name="spring-web" rev="4.1.4.RELEASE">
  <artifact name="spring-web" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-web', version='4.1.4.RELEASE')
)libraryDependencies += "org.springframework" % "spring-web" % "4.1.4.RELEASE"[org.springframework/spring-web "4.1.4.RELEASE"]