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